Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yostane authored Aug 24, 2024
1 parent 0445afe commit 1f3f562
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

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: "monthly"
groups:
dev-dependencies:
patterns:
- "*" # Group all updates
- package-ecosystem: "npm" # See documentation for possible values
directory: "/docs/" # Location of package manifests
schedule:
Expand All @@ -14,7 +23,16 @@ updates:
patterns:
- "*" # Group all updates
- package-ecosystem: "gradle"
directory: "/material/"
directories:
- "/material/*"
schedule:
interval: "monthly"
groups:
dev-dependencies:
patterns:
- "*" # Group all updates
- package-ecosystem: "pip"
directory: "/material/rest-api-ui-ktor-quiz-collector/result-explorer/"
schedule:
interval: "monthly"
groups:
Expand Down

0 comments on commit 1f3f562

Please sign in to comment.