Skip to content

Commit

Permalink
Update this config by self (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 committed Sep 8, 2023
1 parent 580d99d commit 002acc9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,20 @@
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"regexManagers": [
{
"description": "Update this config by self",
"datasourceTemplate": "github-releases",
"depNameTemplate": "int128/go-renovate-config",
"fileMatch": [
"^renovate\\.json5?$",
"^\\.github/renovate\\.json5?$",
],
"matchStrings": [
"\"github>int128/go-renovate-config#(?<currentValue>.+?)\"",
"\"github>int128/go-renovate-config:.+?#(?<currentValue>.+?)\""
]
}
]
}

0 comments on commit 002acc9

Please sign in to comment.