2022-01-27 10:43:59 -05:00
|
|
|
version: 2
|
2022-03-18 08:14:07 -04: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 10:43:59 -05:00
|
|
|
updates:
|
2023-02-20 16:41:53 -05:00
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
2023-07-07 16:22:10 -04:00
|
|
|
groups:
|
|
|
|
github-actions:
|
|
|
|
patterns:
|
|
|
|
- "*"
|
|
|
|
|
2022-01-27 10:43:59 -05:00
|
|
|
- package-ecosystem: "npm"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
2022-06-14 13:30:15 -04:00
|
|
|
interval: "weekly"
|
2022-01-27 11:07:17 -05:00
|
|
|
ignore:
|
2023-08-22 12:28:15 -04:00
|
|
|
- dependency-name: "@types/node" # Breaking change: update with next major release
|
|
|
|
- dependency-name: "@octokit/rest" # Tied to node version
|
2023-07-07 16:22:10 -04:00
|
|
|
groups:
|
2023-07-21 14:19:33 -04:00
|
|
|
npm-dependencies:
|
2023-07-07 16:22:10 -04:00
|
|
|
patterns:
|
|
|
|
- "*"
|
|
|
|
|
2022-04-02 13:34:54 -04:00
|
|
|
- package-ecosystem: "gradle"
|
2022-04-05 11:45:02 -04:00
|
|
|
directory: ".github/workflow-samples/gradle-plugin"
|
2022-04-02 13:34:54 -04:00
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gradle"
|
2022-04-05 11:45:02 -04:00
|
|
|
directory: ".github/workflow-samples/groovy-dsl"
|
2022-04-02 13:34:54 -04:00
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gradle"
|
2022-04-05 11:45:02 -04:00
|
|
|
directory: ".github/workflow-samples/java-toolchain"
|
2022-04-02 13:34:54 -04:00
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2022-03-18 08:14:07 -04:00
|
|
|
- package-ecosystem: "gradle"
|
2022-04-05 11:45:02 -04:00
|
|
|
directory: ".github/workflow-samples/kotlin-dsl"
|
2022-03-18 08:14:07 -04:00
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
|
|
|
- package-ecosystem: "gradle"
|
2022-04-05 11:45:02 -04:00
|
|
|
directory: ".github/workflow-samples/no-wrapper"
|
2022-03-18 08:14:07 -04:00
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2022-04-02 13:34:54 -04:00
|
|
|
- package-ecosystem: "gradle"
|
2022-04-05 11:45:02 -04:00
|
|
|
directory: ".github/workflow-samples/no-wrapper-gradle-5"
|
2022-04-02 13:34:54 -04:00
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2022-08-25 22:18:04 -04:00
|
|
|
- package-ecosystem: "gradle"
|
|
|
|
directory: "test/init-scripts"
|
|
|
|
registries:
|
|
|
|
- gradle-plugin-portal
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|