Skip to content

Commit

Permalink
dependabot: fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Sjoerd Simons <[email protected]>
  • Loading branch information
sjoerdsimons committed May 16, 2024
1 parent 4b24c43 commit 86c431d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ updates:
interval: "daily"
labels:
- "dependencies"
# Not yet supported. See <https://github.com/dependabot/dependabot-core/issues/4009>
# versioning-strategy: "increase-if-necessary"
ignore:
- dependency-name: "tokio"
update-types:
- "version-update:semver-minor"
- "version-update:semver-patch"
- dependency-name: "*"
update-types:
- "version-update:semver-patch"
# Not yet supported. See <https://github.com/dependabot/dependabot-core/issues/4009>
# versioning-strategy: "increase-if-necessary"
ignore:
- dependency-name: "tokio"
update-types:
- "version-update:semver-minor"
- "version-update:semver-patch"
- dependency-name: "*"
update-types:
- "version-update:semver-patch"

0 comments on commit 86c431d

Please sign in to comment.