Skip to content

Commit 62ead7b

Browse files
authored
Update Dependabot schedule to every 2-3 weeks, use same config for GitHub Actions (#38)
* Update Dependabot config * Don't ignore patch updates for GitHub Actions
1 parent d2bb816 commit 62ead7b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ updates:
1010
- '/'
1111
- '/data/zip-download'
1212
schedule:
13-
interval: 'weekly'
14-
day: 'tuesday'
15-
time: '03:00'
13+
interval: 'cron'
14+
cronjob: '0 3 */2 * 2'
1615
timezone: 'Europe/London'
1716
assignees: ['cmenon12']
17+
labels:
18+
- 'dependencies'
19+
open-pull-requests-limit: 5
20+
rebase-strategy: 'auto'
1821
commit-message:
1922
include: 'scope'
2023
prefix: ''
@@ -24,10 +27,6 @@ updates:
2427
- '*'
2528
update-types:
2629
- 'minor'
27-
labels:
28-
- 'dependencies'
29-
open-pull-requests-limit: 5
30-
rebase-strategy: 'auto'
3130
ignore:
3231
# Ignore all patch updates
3332
- dependency-name: '*'
@@ -42,9 +41,10 @@ updates:
4241
- package-ecosystem: 'github-actions'
4342
directory: '/'
4443
schedule:
45-
interval: 'daily'
46-
time: '03:00'
44+
interval: 'cron'
45+
cronjob: '0 3 */2 * 2'
4746
timezone: 'Europe/London'
47+
assignees: ['cmenon12']
4848
labels:
4949
- 'dependencies'
5050
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)