Compare commits
6 commits
26761eeb66
...
9b96041b8a
Author | SHA1 | Date | |
---|---|---|---|
9b96041b8a | |||
9e83191d69 | |||
c894bba260 | |||
341e81dd20 | |||
c0a4311029 | |||
231fe059ce |
2 changed files with 18 additions and 4 deletions
|
@ -33,7 +33,7 @@ dotfiles:
|
|||
dotfiles_repo_url: http://192.168.2.42:3000/mg/dotfiles
|
||||
|
||||
### mgrote_blocky
|
||||
blocky_version: v0.23
|
||||
blocky_version: v0.24
|
||||
blocky_block_type: zeroIp
|
||||
blocky_local_upstream: 192.168.2.1
|
||||
blocky_conditional_mapping: # optional
|
||||
|
|
|
@ -1,5 +1,19 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"ignorePaths": ["**/friedhof/**"]
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"ignorePaths": ["**/friedhof/**"],
|
||||
"regexManagers": [{
|
||||
"fileMatch": ["blocky.yml$"],
|
||||
"matchStrings": [
|
||||
"blocky_version: (?<currentValue>v[\\d.]+)"
|
||||
],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"depNameTemplate": "0xERR0R/blocky"
|
||||
}],
|
||||
"packageRules": [{
|
||||
"matchDatasources": ["github-releases"],
|
||||
"matchDepNames": ["0xERR0R/blocky"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue