We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026879b commit 776d57bCopy full SHA for 776d57b
.github/dependabot.yaml
@@ -0,0 +1,31 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ time: "06:00"
8
+ timezone: "America/Chicago"
9
+ labels: []
10
+ commit-message:
11
+ prefix: "chore"
12
+
13
+ - package-ecosystem: "npm"
14
15
16
17
18
19
20
21
22
+ ignore:
23
+ # Ignore patch updates for all dependencies
24
+ - dependency-name: "*"
25
+ update-types:
26
+ - version-update:semver-patch
27
+ # Ignore major updates to Node.js types, because they need to
28
+ # correspond to the Node.js engine version
29
+ - dependency-name: "@types/node"
30
31
+ - version-update:semver-major
0 commit comments