Skip to content

Commit

Permalink
detect image (#324)
Browse files Browse the repository at this point in the history
* letting renovate-bot update images

* fixing renovate config
  • Loading branch information
ahmedsajid authored Oct 11, 2024
1 parent 7493dc9 commit 0a3df9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ repos:
rev: 6.0.0
hooks:
- id: flake8

- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.119.0
hooks:
- id: renovate-config-validator
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"fileMatch": [
".*yml$"
],
"matchString": [
".*docker_image.*\"(?<depName>.*?):(?<currentValue>.*?)\""
"matchStrings": [
".*docker_image:.*\"(?<depName>.*?):(?<currentValue>.*?)\""
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
Expand Down

0 comments on commit 0a3df9b

Please sign in to comment.