We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce486a4 commit f5f34f2Copy full SHA for f5f34f2
1 file changed
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+updates:
3
+ # GitHub Actions - updates uses: statements in workflows
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/" # Where your .github/workflows/ folder is
6
+ schedule:
7
+ interval: "weekly"
8
+
9
+ # NPM
10
+ - package-ecosystem: "npm"
11
+ directory: "/system/exceptions" # adjust if needed
12
13
0 commit comments