Skip to content

Commit f5f34f2

Browse files
authored
Create dependabot.yml
1 parent ce486a4 commit f5f34f2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
schedule:
13+
interval: "weekly"

0 commit comments

Comments
 (0)