Skip to content

Commit e2a6712

Browse files
Add Dependabot configuration (#132)
* Add Dependabot configuration This mirrors the existing configuration in [`clearlydefined/service`][1] [1]: https://github.com/clearlydefined/service/blob/master/.github/dependabot.yml * Add trailing newline --------- Co-authored-by: Jeff Mendoza <[email protected]>
1 parent 415c721 commit e2a6712

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
5+
schedule:
6+
interval: 'weekly'
7+
groups:
8+
azure-actions:
9+
patterns:
10+
- 'azure/*'
11+
docker-actions:
12+
patterns:
13+
- 'docker/*'
14+
github-actions:
15+
patterns:
16+
- 'actions/*'
17+
- 'github/*'

0 commit comments

Comments
 (0)