Skip to content

Commit d4425bd

Browse files
artembilanspring-builds
authored andcommitted
Add GHA config for Dependabot
* Upgrade `deploy-docs.yml` to the latest reusable workflows (cherry picked from commit 3cad9e9)
1 parent 362e05b commit d4425bd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,14 @@ updates:
2323
- "org.awaitility:awaitility"
2424
- "com.google.code.findbugs:jsr305"
2525
- "org.springframework.boot*"
26+
27+
- package-ecosystem: "github-actions"
28+
directory: "/"
29+
schedule:
30+
interval: "weekly"
31+
day: "saturday"
32+
labels: ["type: task"]
33+
groups:
34+
development-dependencies:
35+
patterns:
36+
- "*"

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ permissions:
1616
jobs:
1717
dispatch-docs-build:
1818
if: github.repository_owner == 'spring-projects'
19-
uses: spring-io/spring-github-workflows/.github/workflows/spring-dispatch-docs-build.yml@v2
19+
uses: spring-io/spring-github-workflows/.github/workflows/spring-dispatch-docs-build.yml@main

0 commit comments

Comments
 (0)