3 Commits

Author SHA1 Message Date
jcabillot 570747cdc2 Merge pull request 'chore(config): migrate Renovate config' (#8) from renovate/migrate-config into master
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 4m6s
Docker Build and Push / test (push) Successful in 31s
Docker Build and Push / push (push) Successful in 1m3s
Reviewed-on: #8
2026-06-09 11:30:24 -04:00
jcabillot 98a5059251 Merge pull request 'feat: migrate to 4-job CI pipeline v2' (#4) from feat/gitea-actions-v2 into master
Docker Build and Push / lint (push) Successful in 10s
Docker Build and Push / build (push) Successful in 1m16s
Docker Build and Push / test (push) Successful in 34s
Docker Build and Push / push (push) Successful in 1m51s
Reviewed-on: #4
2026-06-09 11:19:34 -04:00
renovate 5b87dce005 Migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 1m1s
2026-06-09 13:27:05 +00:00
+3 -2
View File
@@ -3,10 +3,11 @@
"gitlabci": { "gitlabci": {
"enabled": false "enabled": false
}, },
"regexManagers": [ "customManagers": [
{ {
"customType": "regex",
"description": "Track ansible-review pip version from ARG in Dockerfile", "description": "Track ansible-review pip version from ARG in Dockerfile",
"fileMatch": ["^Dockerfile$"], "managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["ARG ANSIBLE_REVIEW_VERSION=(?<currentValue>[\\d.]+)\\n"], "matchStrings": ["ARG ANSIBLE_REVIEW_VERSION=(?<currentValue>[\\d.]+)\\n"],
"depNameTemplate": "ansible-review", "depNameTemplate": "ansible-review",
"datasourceTemplate": "pypi" "datasourceTemplate": "pypi"