We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4c153 commit 73d4663Copy full SHA for 73d4663
1 file changed
.github/dependabot.yml
@@ -0,0 +1,18 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ commit-message:
8
+ prefix: "ci(github-actions)"
9
+- package-ecosystem: npm
10
11
12
+ interval: "daily"
13
+ versioning-strategy: increase
14
15
+ prefix: "deps"
16
+ prefix-development: "build(deps-dev)"
17
+ ignore:
18
+ - dependency-name: "@types/node" # Should be manually kept in sync with the minimum supported Node.js version
0 commit comments