Skip to content

Commit 7749e66

Browse files
authored
chore: update dependabot version action
1 parent 00fdbdd commit 7749e66

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/dependabot.yml

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "npm" # See documentation for possible values
4-
directory: "/" # Location of package manifests
3+
- package-ecosystem: "npm"
4+
directory: "/"
55
schedule:
6-
interval: "weekly"
7-
open-pull-requests-limit: 5
6+
interval: "daily"
7+
open-pull-requests-limit: 10
88
ignore:
9-
# For all packages, ignore all patch updates
109
- dependency-name: "*"
1110
update-types: ["version-update:semver-major"]
12-
11+
commit-message:
12+
prefix: "chore"
1313
- package-ecosystem: "github-actions"
1414
directory: "/"
15+
commit-message:
16+
prefix: "chore"
1517
schedule:
16-
interval: "daily"
18+
interval: "monthly"

0 commit comments

Comments
 (0)