mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Include GitHub Actions in the Dependabot config
Closes gh-14298
This commit is contained in:
parent
63e726e3d6
commit
5f0fa0ed7e
28
.github/dependabot.yml
vendored
28
.github/dependabot.yml
vendored
@ -93,3 +93,31 @@ updates:
|
||||
update-types: [ "version-update:semver-major" ]
|
||||
- dependency-name: "*"
|
||||
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
|
||||
|
||||
# GitHub Actions
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
target-branch: "main"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
- package-ecosystem: github-actions
|
||||
target-branch: "6.2.x"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
- package-ecosystem: github-actions
|
||||
target-branch: "6.1.x"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
- package-ecosystem: github-actions
|
||||
target-branch: "5.8.x"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
- package-ecosystem: github-actions
|
||||
target-branch: "docs-build"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
|
Loading…
x
Reference in New Issue
Block a user