Skip to content

Commit

Permalink
dependabot: improvements (#4261)
Browse files Browse the repository at this point in the history
* dependabot: improvements

* no day for monthly

* only security updates

* turn updates back on

* switch to monthly
  • Loading branch information
calebdoxsey committed Jun 16, 2023
1 parent 8a74cfa commit aa90cd4
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
version: 2
updates:
- package-ecosystem: "gomod"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependency"
interval: "monthly"
open-pull-requests-limit: 50
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
interval: "monthly"
open-pull-requests-limit: 50
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
open-pull-requests-limit: 50
- package-ecosystem: "npm"
directory: "/ui"
schedule:
interval: "monthly"
open-pull-requests-limit: 50

0 comments on commit aa90cd4

Please sign in to comment.