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-01-27 15:43:59 +00:00
|
|
|
- package-ecosystem: "npm"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
2022-06-14 17:30:15 +00:00
|
|
|
interval: "weekly"
|
2022-01-27 16:07:17 +00:00
|
|
|
ignore:
|
2023-08-22 16:28:15 +00:00
|
|
|
- dependency-name: "@types/node" # Breaking change: update with next major release
|
|
|
|
- dependency-name: "@octokit/rest" # Tied to node version
|
2023-07-07 20:22:10 +00:00
|
|
|
groups:
|
2023-07-21 18:19:33 +00:00
|
|
|
npm-dependencies:
|
2023-07-07 20:22:10 +00:00
|
|
|
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"
|
2022-08-26 02:18:04 +00:00
|
|
|
- package-ecosystem: "gradle"
|
|
|
|
directory: "test/init-scripts"
|
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|