mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 10:59:16 +00:00
Accept dependency updates for minor versions
Closes gh-14732
This commit is contained in:
parent
980cca7af2
commit
f57a093137
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@ -103,7 +103,6 @@ updates:
|
|||||||
- dependency-name: '*'
|
- dependency-name: '*'
|
||||||
update-types:
|
update-types:
|
||||||
- version-update:semver-major
|
- version-update:semver-major
|
||||||
- version-update:semver-minor
|
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
target-branch: 5.8.x
|
target-branch: 5.8.x
|
||||||
directory: /
|
directory: /
|
||||||
|
2
.github/workflows/update-dependabot.yml
vendored
2
.github/workflows/update-dependabot.yml
vendored
@ -2,8 +2,6 @@ name: Update dependabot.yml
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
|
||||||
- cron: '0 0 * * *' # Once per day at midnight UTC
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
x
Reference in New Issue
Block a user