Skip to content

Commit

Permalink
Merge pull request #1270 from mikepenz/ci/dependabot_for_actions
Browse files Browse the repository at this point in the history
[CI] Enable Dependabot for actions versions
  • Loading branch information
mikepenz authored Dec 15, 2024
2 parents 9f154d5 + 43dbc5c commit 6df5c2f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
interval: 'weekly'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 6df5c2f

Please sign in to comment.