Skip to content

Commit

Permalink
renovate.json: update services in github actions
Browse files Browse the repository at this point in the history
e.g. postgres database for the api tests.
  • Loading branch information
BacLuc committed Apr 17, 2022
1 parent 254ef68 commit fe897d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@
"lookupNameTemplate": "nodejs/node",
"datasourceTemplate": "github-tags",
"versioningTemplate": "node"
},
{
"fileMatch": [
"^.github/workflows/.+\\.ya?ml$"
],
"matchStrings": [
"image:\\s+'(?<depName>):(?<currentValue>+)"
],
"datasourceTemplate": "docker"
}
]
}

0 comments on commit fe897d2

Please sign in to comment.