Skip to content

Commit 48eb9a6

Browse files
authored
Add missing Dependabot ecosystems (#6)
1 parent eb8edef commit 48eb9a6

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,28 @@ updates:
4141
applies-to: security-updates
4242
patterns:
4343
- '*'
44+
- package-ecosystem: github-actions
45+
directory: /
46+
schedule:
47+
interval: monthly
48+
open-pull-requests-limit: 10
49+
commit-message:
50+
prefix: ci
51+
labels:
52+
- ci
53+
- automated
54+
groups:
55+
minor-and-patch:
56+
patterns:
57+
- '*'
58+
update-types:
59+
- minor
60+
- patch
61+
github-actions-security:
62+
applies-to: security-updates
63+
patterns:
64+
- '*'
65+
ignore:
66+
- dependency-name: '*'
67+
update-types:
68+
- version-update:semver-major

0 commit comments

Comments
 (0)