Add GHA config for Dependabot
* Upgrade `deploy-docs.yml` to the latest reusable workflows
(cherry picked from commit 3cad9e9f0f)
This commit is contained in:
committed by
Spring Builds
parent
362e05b342
commit
d4425bd981
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@@ -23,3 +23,14 @@ updates:
|
||||
- "org.awaitility:awaitility"
|
||||
- "com.google.code.findbugs:jsr305"
|
||||
- "org.springframework.boot*"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
day: "saturday"
|
||||
labels: ["type: task"]
|
||||
groups:
|
||||
development-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@@ -16,4 +16,4 @@ permissions:
|
||||
jobs:
|
||||
dispatch-docs-build:
|
||||
if: github.repository_owner == 'spring-projects'
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-dispatch-docs-build.yml@v2
|
||||
uses: spring-io/spring-github-workflows/.github/workflows/spring-dispatch-docs-build.yml@main
|
||||
|
||||
Reference in New Issue
Block a user