Skip to content

Commit

Permalink
chore: ignore patch versions in dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
andr-ll committed Feb 9, 2024
1 parent a4e3ee3 commit dbec8df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ updates:
time: '11:00'
timezone: 'Europe/Belgrade'
versioning-strategy: increase
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-patch']

0 comments on commit dbec8df

Please sign in to comment.