kopia lustrzana https://github.com/onthegomap/planetiler
fix dependabot config
rodzic
5a71019d4c
commit
83deadf1fa
|
@ -2,13 +2,6 @@
|
||||||
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
registries:
|
|
||||||
github-flatmap:
|
|
||||||
type: maven-repository
|
|
||||||
url: https://maven.pkg.github.com/onthegomap
|
|
||||||
# workaround for github maven packages not supporting anonymous access
|
|
||||||
username: 'flatmapbot'
|
|
||||||
password: '${{ secrets.PACKAGE_TOKEN }}'
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: maven
|
- package-ecosystem: maven
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
@ -32,8 +25,6 @@ updates:
|
||||||
- dependencies
|
- dependencies
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: "com.onthegomap.flatmap:*"
|
- dependency-name: "com.onthegomap.flatmap:*"
|
||||||
registries:
|
|
||||||
- github-flatmap
|
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: "/"
|
directory: "/"
|
||||||
open-pull-requests-limit: 1
|
open-pull-requests-limit: 1
|
||||||
|
|
Ładowanie…
Reference in New Issue