{ "assignees": [ "samuel-p" ], "baseBranches": [ "main" ], "rangeStrategy": "bump", "rebaseWhen": "behind-base-branch", "regexManagers": [ { "fileMatch": [ "^Dockerfile$", "^.woodpecker.yml$" ], "matchStrings": [ "\\s+ENV\\s*FILTRON_VERSION=\"(?.*?)\"\\s+", "\\s+repo:\\s*\\S*\\/filtron\\s+tags:[-\\s]+(?.*?)\\s+" ], "versioningTemplate": "loose", "depNameTemplate": "asciimoo/filtron", "datasourceTemplate": "github-releases" } ], "packageRules": [ { "datasources": [ "github-releases" ], "groupName": [ "filtron" ] }, { "datasources": [ "docker" ], "groupName": [ "docker images" ] } ] }