Skip to content

Commit

Permalink
ci: Add dependabot for GH Actions (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis authored Sep 21, 2024
1 parent fefb223 commit 52f8341
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
# Main Workflows
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
dev-dependencies:
patterns:
- "*-artifact"

# Vue Template Project
- package-ecosystem: "github-actions"
directory: "/templates/Coalesce.Vue.Template/content/.github/workflows"
schedule:
interval: "weekly"
groups:
dev-dependencies:
patterns:
- "*-artifact"

0 comments on commit 52f8341

Please sign in to comment.