diff --git a/.conform.yaml b/.conform.yaml index 637e6bd..aa3699b 100644 --- a/.conform.yaml +++ b/.conform.yaml @@ -23,9 +23,10 @@ policies: scopes: - github - gitlab - - process-compose - - template + - job - job-interface - job-set - - job + - process-compose + - renovate + - template descriptionLength: 72 diff --git a/.github/renovate.json b/.github/renovate.json index 57d8b36..6ab17af 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,7 +7,8 @@ "matchStrings": [ "\"(?[\\w-]+/[\\w-]+)@(?[\\w.]+)\"" ], - "datasourceTemplate": "github-tags" + "datasourceTemplate": "github-tags", + "depTypeTemplate": "action" } ] }