We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8784bd2 commit 8d2c969Copy full SHA for 8d2c969
.github/dependabot.yml
@@ -0,0 +1,29 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ open-pull-requests-limit: 5
6
+ schedule:
7
+ interval: "weekly"
8
+ time: "12:00"
9
+ day: "sunday"
10
+ timezone: "America/Los_Angeles"
11
+- package-ecosystem: "npm"
12
13
14
15
16
17
18
19
+ groups:
20
+ dev-deps:
21
+ dependency-type: "development"
22
+ patch-dependencies:
23
+ update-types:
24
+ - "patch"
25
+ ignore:
26
+ - dependency-name: "@oclif/core"
27
+ update-types: ["version-update:semver-major"]
28
+ - dependency-name: "typescript"
29
0 commit comments