Skip to content

Commit 93fcaf9

Browse files
committed
feat(dependabot): ✨ add configuration for npm and GitHub Actions updates
* sets up daily update schedule for npm packages and GitHub Actions * ensures dependencies are kept up-to-date automatically
1 parent 693770c commit 93fcaf9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
- package-ecosystem: github-actions
8+
directory: "/"
9+
schedule:
10+
interval: daily

0 commit comments

Comments
 (0)