Skip to content

Commit

Permalink
Merge pull request #37 from cicoub13/chore-dependabot
Browse files Browse the repository at this point in the history
chore: Add Dependabot for Github actions and npm
  • Loading branch information
greg0ire authored Oct 31, 2024
2 parents 678107d + 44e1f13 commit b933b5e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
labels:
- 'CI'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
labels:
- 'CI'
- 'dependencies'

0 comments on commit b933b5e

Please sign in to comment.