Skip to content

Commit

Permalink
Move renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
USA-RedDragon committed Feb 15, 2023
1 parent 4244bd7 commit 5e52d11
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 deletions.
29 changes: 29 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>USA-RedDragon/renovate-configs",
"local>USA-RedDragon/renovate-configs:golang"
],
"regexManagers": [
{
"datasourceTemplate": "docker",
"fileMatch": [
"(^|/)internal\\/testutils\\/consts\\.go$"
],
"matchStrings": [
"^const RedisImageName = \"(?<depName>.*?)\"\nconst RedisTag = \"(?<currentValue>.*?)\""
]
},
{
"fileMatch": [
"^\\.github\\/workflows\\/.*\\.ya?ml$"
],
"matchStrings": [
"node-version: '(?<currentValue>.+?)'"
],
"depNameTemplate": "node",
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
]
}
25 changes: 0 additions & 25 deletions renovate.json

This file was deleted.

0 comments on commit 5e52d11

Please sign in to comment.