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:
|
2024-03-12 03:06:42 +00:00
|
|
|
- package-ecosystem: "npm"
|
|
|
|
directory: "/sources"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
groups:
|
|
|
|
npm-dependencies:
|
|
|
|
patterns:
|
|
|
|
- "*"
|
|
|
|
|
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:
|
|
|
|
- "*"
|
2024-02-19 14:24:14 +00:00
|
|
|
# github-actions with directory: "/" only monitors .github/workflows
|
|
|
|
# https://github.com/dependabot/dependabot-core/issues/6345
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/.github/actions/build-dist"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
groups:
|
|
|
|
github-actions:
|
|
|
|
patterns:
|
|
|
|
- "*"
|
|
|
|
- package-ecosystem: "github-actions"
|
2024-04-06 18:52:36 +00:00
|
|
|
directory: "/.github/actions/init-integ-test"
|
2024-02-19 14:24:14 +00:00
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
groups:
|
|
|
|
github-actions:
|
|
|
|
patterns:
|
|
|
|
- "*"
|
2023-07-07 20:22:10 +00:00
|
|
|
|
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:
|
2024-08-07 13:58:19 +00:00
|
|
|
interval: "weekly"
|
2022-04-02 17:34:54 +00:00
|
|
|
- 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:
|
2024-08-07 13:58:19 +00:00
|
|
|
interval: "weekly"
|
2022-04-02 17:34:54 +00:00
|
|
|
- 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:
|
2024-08-07 13:58:19 +00:00
|
|
|
interval: "weekly"
|
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:
|
2024-08-07 13:58:19 +00:00
|
|
|
interval: "weekly"
|
2022-03-18 12:14:07 +00:00
|
|
|
- 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:
|
2024-08-07 13:58:19 +00:00
|
|
|
interval: "weekly"
|
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:
|
2024-08-07 13:58:19 +00:00
|
|
|
interval: "weekly"
|
2022-08-26 02:18:04 +00:00
|
|
|
- package-ecosystem: "gradle"
|
2024-01-25 18:24:35 +00:00
|
|
|
directory: "sources/test/init-scripts"
|
2022-08-26 02:18:04 +00:00
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
2024-08-07 13:58:19 +00:00
|
|
|
interval: "weekly"
|