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

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