diff --git a/.github/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml similarity index 100% rename from .github/workflows/lint-test.yaml rename to .gitea/workflows/lint-test.yaml diff --git a/.github/renovate-update-notification/Dockerfile b/.github/renovate-update-notification/Dockerfile deleted file mode 100644 index 94bb82a49..000000000 --- a/.github/renovate-update-notification/Dockerfile +++ /dev/null @@ -1,2 +0,0 @@ -# This file is processed by Renovate bot so that it creates a PR on new major Renovate versions -FROM renovate/renovate:39 diff --git a/.github/renovate.json b/renovate.json similarity index 70% rename from .github/renovate.json rename to renovate.json index 9358d7fc2..9b78258fa 100644 --- a/.github/renovate.json +++ b/renovate.json @@ -11,33 +11,6 @@ "prHourlyLimit": 0, "prConcurrentLimit": 0, "packageRules": [ - { - "description": "Disables for non major Renovate version", - "matchFileNames": [ - ".github/renovate-update-notification/Dockerfile" - ], - "matchUpdateTypes": [ - "minor", - "patch", - "pin", - "digest", - "rollback" - ], - "enabled": false - }, - { - "description": "Generate for major Renovate version", - "matchFileNames": [ - ".github/renovate-update-notification/Dockerfile" - ], - "matchUpdateTypes": [ - "major" - ], - "addLabels": [ - "upgrade" - ], - "automerge": false - }, { "description": "Label charts", "matchDatasources": [ @@ -80,7 +53,8 @@ { "description": "Automerge image patches", "matchUpdateTypes": [ - "patch" + "patch", + "digest" ], "matchDatasources": [ "docker"