Skip to content

Commit

Permalink
Merge pull request #315 from hyphacoop/add-dependabot-config
Browse files Browse the repository at this point in the history
Add Dependabot configuration for GitHub Actions and npm updates
  • Loading branch information
tripledoublev authored Nov 5, 2024
2 parents 4eab243 + 46e47bc commit 8590654
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "tripledoublev"

0 comments on commit 8590654

Please sign in to comment.