mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
Fix dependabot config for relocated NPM sources
This commit is contained in:
parent
7b589d9740
commit
32f1033fd2
1 changed files with 9 additions and 12 deletions
21
.github/dependabot.yml
vendored
21
.github/dependabot.yml
vendored
|
@ -6,6 +6,15 @@ registries:
|
|||
username: dummy # Required by dependabot
|
||||
password: dummy # Required by dependabot
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/sources"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
npm-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
@ -33,18 +42,6 @@ updates:
|
|||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
ignore:
|
||||
- dependency-name: "@types/node" # Breaking change: update with next major release
|
||||
- dependency-name: "@octokit/rest" # Tied to node version
|
||||
groups:
|
||||
npm-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: "gradle"
|
||||
directory: ".github/workflow-samples/gradle-plugin"
|
||||
registries:
|
||||
|
|
Loading…
Reference in a new issue