Skip to content

Commit 88bf023

Browse files
Copilotlastlink
andcommitted
Configure Dependabot to only prompt for minor version updates
Co-authored-by: lastlink <[email protected]>
1 parent 72377b0 commit 88bf023

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12-
12+
ignore:
13+
- dependency-name: "*"
14+
update-types:
15+
- "version-update:semver-major"
16+
- "version-update:semver-patch"

0 commit comments

Comments
 (0)