Skip to content

Commit

Permalink
ci: add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Sep 19, 2024
1 parent 51f692a commit e1db07f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- directory: /
assignees:
- "r17x"
open-pull-requests-limit: 5
package-ecosystem: npm
rebase-strategy: auto
schedule:
interval: daily
versioning-strategy: lockfile-only
labels:
- "automerge"
- "dependencies"

0 comments on commit e1db07f

Please sign in to comment.