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"],