Skip to content

Commit df513bc

Browse files
authored
fix: add dependabot.yml to resolve deprecation warnings
1 parent 67a5830 commit df513bc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/.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)