Skip to content

Commit

Permalink
automated pr to maintain dependencies for github actions
Browse files Browse the repository at this point in the history
dependabot will create PR once new versions of GH actions become available, so no need for manual updates anymore ;-)

see dependabot docs at https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide

See also: #1820
  • Loading branch information
Rdataflow authored Nov 7, 2024
1 parent 5fc01c0 commit faa3b0b
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:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit faa3b0b

Please sign in to comment.