mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-03 20:39:32 -05:00
Merge 45b381788b into 7769495a4a
This commit is contained in:
commit
2553795af7
1 changed files with 36 additions and 0 deletions
36
.github/dependabot.yml
vendored
Normal file
36
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
version: 2
|
||||
|
||||
updates:
|
||||
# Go modules (LTS branches)
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
target-branch: "release-2.53"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
security-updates-only: true
|
||||
open-pull-requests-limit: 2
|
||||
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
target-branch: "release-3.5"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
security-updates-only: true
|
||||
open-pull-requests-limit: 2
|
||||
|
||||
# GitHub Actions (LTS branches)
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
target-branch: "release-2.53"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
security-updates-only: true
|
||||
open-pull-requests-limit: 1
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
target-branch: "release-3.5"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
security-updates-only: true
|
||||
open-pull-requests-limit: 1
|
||||
Loading…
Reference in a new issue