Skip to content

Commit

Permalink
Update dependabutler-sample.yml (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSieber authored Aug 15, 2023
1 parent 6f1dfe4 commit 95faf86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dependabutler-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ registries:
url-match-additional-files:
- package-lock.json
- .npmrc
- pnpm-lock.yaml
docker:
my-docker-registry:
type: docker-registry
Expand Down Expand Up @@ -91,7 +92,7 @@ pull-request-parameters:
# - can be extended in case you are using custom file names by convention
#
manifest-patterns:
npm: "^(.*/)?package\\.json$"
npm: "^(.*/)?(package\\.json|pnpm-lock\\.ya?ml)$"
maven: "^(.*/)?pom\\.xml$"
pip: "^(.*/)?requirements\\.txt$"
docker: "^(.*/)?([^/.]+\\.)?Dockerfile(\\.[^/.]+)?$"
Expand Down

0 comments on commit 95faf86

Please sign in to comment.