Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Make sure that dependabot's ignore is an array
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilaBorowska committed Sep 7, 2023
1 parent c30c11a commit 4782e02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ updates:
schedule:
interval: daily
ignore:
update-types:
- "version-update:semver-minor"
- "version-update:semver-patch"
- update-types:
- "version-update:semver-minor"
- "version-update:semver-patch"
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down

0 comments on commit 4782e02

Please sign in to comment.