Skip to content

Commit af4e599

Browse files
authored
Merge pull request #131 from dokku/josegonzalez-patch-1
chore: ignore minor and patch updates for github actions
2 parents 9d43b0c + 6bc4e06 commit af4e599

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ updates:
1313
directory: "/"
1414
schedule:
1515
interval: "daily"
16+
ignore:
17+
- dependency-name: "*"
18+
update-types:
19+
- "version-update:semver-minor"
20+
- "version-update:semver-patch"
1621
- package-ecosystem: "gomod"
1722
directory: "/"
1823
schedule:

0 commit comments

Comments
 (0)