Skip to content

Commit 94617c8

Browse files
author
Rei-de-Roma-18
authored
Change Dependabot schedule to daily updates
Updated the Dependabot configuration to use daily updates for GitHub Actions and devcontainers.
1 parent de611a6 commit 94617c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55
# https://containers.dev/guide/dependabot
66

7-
version: 2
7+
version: 2.1
88
updates:
99
- package-ecosystem: 'github-actions'
1010
directory: '/'
11-
schedul:
12-
interval: 'weekly'
11+
schedule:
12+
interval: 'daily'
1313
groups:
1414
github-actions:
1515
patterns:
1616
- '*'
1717

1818
- package-ecosystem: 'devcontainers'
1919
directory: '/'
20-
schedul:
21-
interval: weekly
20+
schedule:
21+
interval: daily

0 commit comments

Comments
 (0)