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 0f62e93 commit 926f731Copy full SHA for 926f731
.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