Skip to content

Commit 923adc5

Browse files
authored
Merge pull request #94 from funktechno/copilot/update-dependabot-minor-updates
[WIP] Update dependabot to prompt for minor version updates only
2 parents 7665e49 + 88bf023 commit 923adc5

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)