Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 3f78f4a

Browse files
committed
Enable dependabot version upgrades
1 parent 6a97dac commit 3f78f4a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.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+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "npm"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
ignore:
12+
- dependency-name: "@types/node"
13+

0 commit comments

Comments
 (0)