Skip to content

Commit

Permalink
ci: activate dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ymtszw committed Apr 28, 2024
1 parent 43dcec2 commit cbee7dc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
updates:
# See https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
dependabot:
patterns:
- "*"
- package-ecosystem: "npm"
versioning-strategy: "lockfile-only"
directory: "/"
schedule:
interval: "weekly"
groups:
dependabot:
patterns:
- "*"
- package-ecosystem: "elm"
directory: "/"
schedule:
interval: "weekly"
groups:
dependabot:
patterns:
- "*"

0 comments on commit cbee7dc

Please sign in to comment.