Skip to content

Commit

Permalink
add ignore statement to dependabot.yml see: dwyl/technology-stack#126
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic authored Mar 30, 2023
1 parent 1c0d9de commit cbc7254
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@ updates:
schedule:
interval: weekly
time: "17:00"
timezone: Europe/London
ignore:
# ignore all patch updates in dev dependencies ref: github.com/dwyl/technology-stack/issues/126 [alphabetical list]
- dependency-name: "credo"
update-types: ["version-update:semver-patch"]
- dependency-name: "dialyxir"
update-types: ["version-update:semver-patch"]
- dependency-name: "excoveralls"
update-types: ["version-update:semver-patch"]
- dependency-name: "ex_doc"
update-types: ["version-update:semver-patch"]

0 comments on commit cbc7254

Please sign in to comment.