Update ignore rules and frequency of dependabot updates

This commit is contained in:
Felipe Knorr Kuhn 2022-12-01 08:14:10 -08:00
parent 5ff5275b36
commit 0d92779971
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -5,16 +5,24 @@ updates:
schedule: schedule:
interval: daily interval: daily
open-pull-requests-limit: 10 open-pull-requests-limit: 10
ignore:
- update-types: ["version-update:semver-major"]
- package-ecosystem: npm - package-ecosystem: npm
directory: "/frontend" directory: "/frontend"
schedule: schedule:
interval: daily interval: daily
open-pull-requests-limit: 10 open-pull-requests-limit: 10
ignore:
- update-types: ["version-update:semver-major"]
- package-ecosystem: docker - package-ecosystem: docker
directory: "/docker/backend" directory: "/docker/backend"
schedule: schedule:
interval: weekly interval: daily
ignore:
- update-types: ["version-update:semver-major"]
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: daily
ignore:
- update-types: ["version-update:semver-major"]