Skip to content

Commit e411ea4

Browse files
authored
chore: update dependabot version action
1 parent f71bc06 commit e411ea4

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/dependabot.yml

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +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"
6+
interval: "daily"
7+
open-pull-requests-limit: 10
78
ignore:
8-
# For all packages, ignore all patch updates
99
- dependency-name: "*"
1010
update-types: ["version-update:semver-major"]
11-
11+
commit-message:
12+
prefix: "chore"
1213
- package-ecosystem: "github-actions"
1314
directory: "/"
15+
commit-message:
16+
prefix: "chore"
1417
schedule:
15-
interval: "daily"
18+
interval: "monthly"

0 commit comments

Comments
 (0)