2022-01-27 15:43:59 +00:00
|
|
|
version: 2
|
2022-03-18 12:14:07 +00:00
|
|
|
registries:
|
|
|
|
gradle-plugin-portal:
|
|
|
|
type: maven-repository
|
|
|
|
url: https://plugins.gradle.org/m2
|
|
|
|
username: dummy # Required by dependabot
|
|
|
|
password: dummy # Required by dependabot
|
2022-01-27 15:43:59 +00:00
|
|
|
updates:
|
2023-02-20 21:41:53 +00:00
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
2023-07-07 20:22:10 +00:00
|
|
|
groups:
|
|
|
|
github-actions:
|
|
|
|
patterns:
|
|
|
|
- "*"
|
|
|
|
|
2022-04-02 17:34:54 +00:00
|
|
|
- package-ecosystem: "gradle"
|
2022-04-05 15:45:02 +00:00
|
|
|
directory: ".github/workflow-samples/gradle-plugin"
|
2022-04-02 17:34:54 +00:00
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gradle"
|
2022-04-05 15:45:02 +00:00
|
|
|
directory: ".github/workflow-samples/groovy-dsl"
|
2022-04-02 17:34:54 +00:00
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gradle"
|
2022-04-05 15:45:02 +00:00
|
|
|
directory: ".github/workflow-samples/java-toolchain"
|
2022-04-02 17:34:54 +00:00
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2022-03-18 12:14:07 +00:00
|
|
|
- package-ecosystem: "gradle"
|
2022-04-05 15:45:02 +00:00
|
|
|
directory: ".github/workflow-samples/kotlin-dsl"
|
2022-03-18 12:14:07 +00:00
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gradle"
|
2022-04-05 15:45:02 +00:00
|
|
|
directory: ".github/workflow-samples/no-wrapper"
|
2022-03-18 12:14:07 +00:00
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2022-04-02 17:34:54 +00:00
|
|
|
- package-ecosystem: "gradle"
|
2022-04-05 15:45:02 +00:00
|
|
|
directory: ".github/workflow-samples/no-wrapper-gradle-5"
|
2022-04-02 17:34:54 +00:00
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|