Skip to content

Commit 1507ad3

Browse files
authored
Update dependabot.yml (#63)
1 parent af5c59c commit 1507ad3

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
version: 2
22
updates:
3-
- package-ecosystem: github-actions
4-
directory: '/'
5-
ignore:
6-
- dependency-name: "actions/*"
7-
update-types:
8-
["version-update:semver-minor", "version-update:semver-patch"]
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
95
schedule:
10-
interval: daily
6+
interval: "monthly"
117
open-pull-requests-limit: 10
12-
- package-ecosystem: npm
13-
directory: '/'
8+
9+
- package-ecosystem: "npm"
10+
directory: "/"
1411
schedule:
15-
interval: daily
12+
interval: "weekly"
1613
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)