Skip to content

Commit

Permalink
ci: configure dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Mar 21, 2024
1 parent 91aed45 commit f1ab957
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
- package-ecosystem: npm
directory: /
schedule:
interval: 'daily'
versioning-strategy: 'increase'
interval: weekly
versioning-strategy: increase

- package-ecosystem: 'github-actions'
directory: '/'
- package-ecosystem: github-actions
directory: /
schedule:
interval: 'daily'
interval: weekly

0 comments on commit f1ab957

Please sign in to comment.