Skip to content

Commit

Permalink
Fix Yaml linter in Dependabot file
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Mar 3, 2023
1 parent ff36bdf commit c926fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ updates:
- dependency-type: direct
labels: []
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
- dependency-name: '*'
update-types: [version-update:semver-patch]

0 comments on commit c926fd0

Please sign in to comment.