dependabot: improvements (#4261)

* dependabot: improvements

* no day for monthly

* only security updates

* turn updates back on

* switch to monthly
This commit is contained in:
Caleb Doxsey 2023-06-16 10:51:33 -06:00 committed by GitHub
parent 8a74cfaa0c
commit aa90cd4bb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +1,22 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependency"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
open-pull-requests-limit: 50
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 50
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 50
- package-ecosystem: "npm"
directory: "/ui"
schedule:
interval: "monthly"
open-pull-requests-limit: 50