Skip to content

Commit 6f410c4

Browse files
committed
Add dependabot.yml
Takes care of the really boring work
1 parent 6e034c0 commit 6f410c4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
4+
# NOTE: Dependabot official configuration documentation:
5+
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#package-ecosystem
6+
7+
# Maintain dependencies for internal GitHub Actions CI for pull requests
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
13+
- package-ecosystem: "npm"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"

0 commit comments

Comments
 (0)