Skip to content

Commit

Permalink
Add GHA config for Dependabot
Browse files Browse the repository at this point in the history
* Upgrade `deploy-docs.yml` to the latest reusable workflows

(cherry picked from commit 3cad9e9)
  • Loading branch information
artembilan authored and spring-builds committed Feb 9, 2024
1 parent 362e05b commit d4425bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d4425bd

Please sign in to comment.