Skip to content

Commit

Permalink
Dependabot should use Eclipse Maven repository (#61)
Browse files Browse the repository at this point in the history
This was forgotten in commit 5d2876d
and without this change it fails with following error:

    The property '#/registries' includes the "eclipse" registry which is not used in any of the configurations
  • Loading branch information
Godin authored Sep 10, 2024
1 parent 5d2876d commit eb9e2ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ registries:
updates:
- package-ecosystem: "github-actions"
directory: "/"
registries: "*"
schedule:
interval: "weekly"
labels:
Expand Down

0 comments on commit eb9e2ca

Please sign in to comment.