Skip to content

Commit 1ab07e9

Browse files
committed
Use dependabot to bump npm and github-action dependencies
1 parent 4e20d06 commit 1ab07e9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: npm
7+
directory: "/"
8+
schedule: { interval: weekly }
9+
cooldown: { default-days: 15 }
10+
11+
- package-ecosystem: github-actions
12+
directory: "/"
13+
schedule: { interval: weekly }
14+
cooldown: { default-days: 15 }

0 commit comments

Comments
 (0)