Skip to content

Commit

Permalink
Configure dependabot to ignore patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
revett committed Feb 19, 2023
1 parent 326e0b9 commit 16c074f
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
@@ -1,6 +1,3 @@
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gomod"
Expand All @@ -10,3 +7,6 @@ updates:
timezone: Europe/London
assignees:
- "revett"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

1 comment on commit 16c074f

@vercel
Copy link

@vercel vercel bot commented on 16c074f Feb 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.