Skip to content

Commit

Permalink
CI: add dependabot configuration
Browse files Browse the repository at this point in the history
This adds configuration for getting
automatic pull requests for version
updates for github actions.

https://docs.github.com/en/code-security/dependabot
  • Loading branch information
pjonsson authored and omad committed Nov 20, 2023
1 parent 624f9ef commit 1835c1e
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
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"

0 comments on commit 1835c1e

Please sign in to comment.