fix dependabot config

pull/32/head
Michael Barry 2021-12-14 16:22:40 -05:00 zatwierdzone przez GitHub
rodzic 5a71019d4c
commit 83deadf1fa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 9 usunięć

Wyświetl plik

@ -2,13 +2,6 @@
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
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:
- package-ecosystem: maven
directory: "/"
@ -32,8 +25,6 @@ updates:
- dependencies
ignore:
- dependency-name: "com.onthegomap.flatmap:*"
registries:
- github-flatmap
- package-ecosystem: github-actions
directory: "/"
open-pull-requests-limit: 1