Skip to content

Commit

Permalink
Update dependabot config to ignore patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjan-mohanty committed Aug 26, 2024
1 parent 6022a19 commit cc732be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit cc732be

Please sign in to comment.