Skip to content

Commit

Permalink
Merge pull request #7 from jonasbn/dependabot_configuration
Browse files Browse the repository at this point in the history
Addition of basic Dependabot configuration
  • Loading branch information
fangq authored Oct 25, 2024
2 parents 883d1d6 + 548cc29 commit 1aad0af
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Basic dependabot.yml file
# REF: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot

version: 2
updates:
# Enable version updates for Actions
- package-ecosystem: "github-actions"
# Look for `.github/workflows` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"

0 comments on commit 1aad0af

Please sign in to comment.