Skip to content

Commit

Permalink
Merge pull request #3405 from UK-Export-Finance/chore/EMS-4031
Browse files Browse the repository at this point in the history
chore(EMS-4031): reverts timing changes to dependabot.yml
  • Loading branch information
abhi-markan authored Dec 12, 2024
2 parents 83cdcdc + 85d3ac6 commit d55e028
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
time: '17:15'
interval: 'monthly'
time: '03:00'
labels:
- 'chore'
ignore:
Expand Down Expand Up @@ -46,8 +46,8 @@ updates:
- package-ecosystem: 'npm'
directory: '/src/api'
schedule:
interval: 'daily'
time: '17:15'
interval: 'monthly'
time: '03:00'
labels:
- 'chore'
ignore:
Expand Down Expand Up @@ -78,8 +78,8 @@ updates:
- package-ecosystem: 'npm'
directory: '/src/ui'
schedule:
interval: 'daily'
time: '17:15'
interval: 'monthly'
time: '03:00'
labels:
- 'chore'
ignore:
Expand All @@ -106,8 +106,8 @@ updates:
- package-ecosystem: 'npm'
directory: '/generate-exip-pricing-grid'
schedule:
interval: 'daily'
time: '17:15'
interval: 'monthly'
time: '03:00'
labels:
- 'chore'
groups:
Expand All @@ -119,8 +119,8 @@ updates:
- package-ecosystem: 'docker'
directory: '/src/api'
schedule:
interval: 'daily'
time: '17:15'
interval: 'monthly'
time: '03:00'
labels:
- 'chore'
groups:
Expand All @@ -132,8 +132,8 @@ updates:
- package-ecosystem: 'docker'
directory: '/src/ui'
schedule:
interval: 'daily'
time: '17:15'
interval: 'monthly'
time: '03:00'
labels:
- 'chore'
groups:
Expand All @@ -147,8 +147,8 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
time: '17:15'
interval: 'monthly'
time: '03:00'
labels:
- 'chore'
groups:
Expand Down

0 comments on commit d55e028

Please sign in to comment.