Skip to content

Commit

Permalink
Enable Dependabot version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz authored Sep 11, 2023
1 parent cce15ef commit f7c0d40
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
registries:
gradle-plugin-portal:
type: maven-repository
url: https://plugins.gradle.org/m2
username: dummy # Required by dependabot
password: dummy # Required by dependabot
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "gradle"
directory: "/"
registries:
- gradle-plugin-portal
schedule:
interval: "weekly"
groups:
gradle-dependencies:
patterns:
- "*"

0 comments on commit f7c0d40

Please sign in to comment.