Skip to content

Commit

Permalink
ci(github): configure dependabot for GitHub Actions (#561)
Browse files Browse the repository at this point in the history
* ci(github): configure dependabot for GitHub Actions

* use prefix `build` instead

Co-authored-by: Claas Augner <[email protected]>

---------

Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
yin1999 and caugner authored Oct 22, 2024
1 parent e3cf55f commit 4f5dcb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ updates:
commit-message:
prefix: "build(deps): "
prefix-development: "build(dev-deps): "

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "build(deps): "

0 comments on commit 4f5dcb9

Please sign in to comment.