From 08f791ed24d41b9d5494d735200201e8b8ee541e Mon Sep 17 00:00:00 2001 From: Weston Blieden Date: Mon, 21 Sep 2026 08:28:08 +0200 Subject: [PATCH] ci: maintain build.yml in this repo instead of generating it acap-ci.sh rendered this workflow from a shared template and renovate.json excluded it from updates. The generator was only ever run by hand, so the file is owned here now and Renovate maintains its action pins. --- .github/workflows/build.yml | 3 --- renovate.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0af6157..7d2d3d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,4 @@ --- -# GENERATED by acap-ci.sh from Axis_Cam_Template/ci/build.yml.tmpl -# Per-repo settings live in .acap.json. Do not edit this file directly. -# # Upstream release -> build -> DRAFT release holding unsigned .eap files. # Signing is manual (Axis has no signing API); ../acap-sign.sh uploads the # signed packages and publishes the release. The acap-ops repo notifies. diff --git a/renovate.json b/renovate.json index d57c667..88dadc9 100644 --- a/renovate.json +++ b/renovate.json @@ -2,9 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "dependencyDashboard": true, - "ignorePaths": [ - ".github/workflows/build.yml" - ], "prConcurrentLimit": 3, "prHourlyLimit": 0, "schedule": ["before 5am on Monday"],