This commit is contained in:
Inioluwa atanda 2026-02-03 20:43:12 +01:00 committed by GitHub
commit 2553795af7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

36
.github/dependabot.yml vendored Normal file
View 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