Skip to content

Commit

Permalink
Change config to ignore non-security dot releases (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-clements committed Nov 29, 2021
1 parent 2e778d6 commit b60a872
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ updates:
- package-ecosystem: pip
directory: "/api/requirements"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 50
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
- package-ecosystem: npm
directory: "/frontend"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 50
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

0 comments on commit b60a872

Please sign in to comment.