Skip to content

Commit

Permalink
Add Dependabot updates for GitHub Actions
Browse files Browse the repository at this point in the history
This will enable Dependabot updates for our used GitHub Actions.

See https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

Signed-off-by: Dominik Gedon <[email protected]>
  • Loading branch information
nodeg committed Jul 5, 2024
1 parent c3ada41 commit d8a5ae1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
schedule:
interval: "daily"

0 comments on commit d8a5ae1

Please sign in to comment.