Merge pull request #2773 from knorrium/update_dependabot

Update ignore rules and frequency of dependabot updates
This commit is contained in:
softsimon 2022-12-07 17:23:27 +04:00 committed by GitHub
commit e7e0a64ca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:
- update-types: ["version-update:semver-major"]
- package-ecosystem: npm
directory: "/frontend" directory: "/frontend"
schedule: schedule:
interval: daily interval: daily
open-pull-requests-limit: 10 open-pull-requests-limit: 10
- package-ecosystem: docker ignore:
- update-types: ["version-update:semver-major"]
- package-ecosystem: docker
directory: "/docker/backend" directory: "/docker/backend"
schedule: schedule:
interval: weekly interval: daily
- package-ecosystem: "github-actions" ignore:
- update-types: ["version-update:semver-major"]
- package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: daily
ignore:
- update-types: ["version-update:semver-major"]