Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,29 @@ updates:
interval: weekly
day: monday
open-pull-requests-limit: 5


# Maintained version branches: keep workflow action pins from drifting
# behind main (Dependabot only scans the default branch otherwise).
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "12.4"
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5

- package-ecosystem: "github-actions"
directory: "/"
target-branch: "13.4"
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5

- package-ecosystem: "github-actions"
directory: "/"
target-branch: "14.3"
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 5