Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Rick M <kingthorin@users.noreply.github.com>
  • Loading branch information
kingthorin authored Oct 30, 2024
1 parent 2dab3b7 commit 6083dff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
dependencies:
gha:
applies-to: version-updates
patterns:
- "*"

0 comments on commit 6083dff

Please sign in to comment.