Compare commits

...

6 commits

Author SHA1 Message Date
9b96041b8a chore(deps): update dependency 0xerr0r/blocky to v0.24
Some checks failed
ci/woodpecker/pull_request_closed/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pull_request_closed/ansible-lint Pipeline was successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline failed
ci/woodpecker/push/ansible-lint Pipeline failed
2024-05-25 18:04:03 +00:00
9e83191d69 ss
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
2024-05-25 20:03:14 +02:00
c894bba260 g
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
2024-05-25 20:01:45 +02:00
341e81dd20 f
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
2024-05-25 19:18:33 +02:00
c0a4311029 f
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
2024-05-25 19:16:05 +02:00
231fe059ce blocky renoevate
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
2024-05-25 19:13:38 +02:00
2 changed files with 18 additions and 4 deletions

View file

@ -33,7 +33,7 @@ dotfiles:
dotfiles_repo_url: http://192.168.2.42:3000/mg/dotfiles dotfiles_repo_url: http://192.168.2.42:3000/mg/dotfiles
### mgrote_blocky ### mgrote_blocky
blocky_version: v0.23 blocky_version: v0.24
blocky_block_type: zeroIp blocky_block_type: zeroIp
blocky_local_upstream: 192.168.2.1 blocky_local_upstream: 192.168.2.1
blocky_conditional_mapping: # optional blocky_conditional_mapping: # optional

View file

@ -1,5 +1,19 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"], "extends": ["config:recommended"],
"ignorePaths": ["**/friedhof/**"] "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
}]
} }