Skip to content

Commit b074704

Browse files
authored
Create dependabot.yml
1 parent df513bc commit b074704

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# dependabot
2+
# Ref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
# ------------------------------------------------------------------------------
4+
version: 2
5+
updates:
6+
- package-ecosystem: github-actions
7+
directory: /
8+
schedule:
9+
interval: monthly
10+
groups:
11+
# open a single pull-request for all GitHub actions updates
12+
github-actions:
13+
patterns:
14+
- '*'

0 commit comments

Comments
 (0)