From 200de1a64f0c77c2eb65a6b106881ee7eb8a0a45 Mon Sep 17 00:00:00 2001 From: Terje Larsen Date: Sat, 4 Apr 2026 20:58:54 +0200 Subject: [PATCH] ci(renovate): define deptype for github actions --- .conform.yaml | 7 ++++--- .github/renovate.json | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) 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" } ] }