Skip to content

Commit adf225c

Browse files
authored
Update config (#110)
1 parent cf10a65 commit adf225c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,17 @@ updates:
1010
directory: "/"
1111
schedule:
1212
interval: "monthly"
13+
ignore:
14+
- dependency-name: "*"
15+
update-types:
16+
- "version-update:semver-minor"
17+
- "version-update:semver-patch"
1318
- package-ecosystem: "github-actions"
1419
directory: "/"
1520
schedule:
1621
interval: "monthly"
22+
ignore:
23+
- dependency-name: "*"
24+
update-types:
25+
- "version-update:semver-minor"
26+
- "version-update:semver-patch"

0 commit comments

Comments
 (0)