Skip to content

Commit aa4c3f1

Browse files
committed
Remove instructions from removate yamls
1 parent 7b4f15a commit aa4c3f1

2 files changed

Lines changed: 1 addition & 56 deletions

File tree

.github/workflows/renovate-config-validator.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22
# SPDX-FileCopyrightText: (C) 2026 Intel Corporation
33
# SPDX-License-Identifier: Apache-2.0
44

5-
# Renovate configuration validator
6-
#
7-
# This workflow validates changes proposed into Renovate configuration file
8-
# (.github/renovate.json5) and prevents invalid configuration to be used by Renovate.
9-
#
10-
# Required Secrets:
11-
# - None
12-
#
13-
# Automatically triggered on:
14-
# - Pull requests to .github/renovate.json5.
15-
#
16-
175
name: "[Updates] Validate Renovate configuration"
186

197
on:
@@ -41,7 +29,7 @@ jobs:
4129
- name: "Validate configuration"
4230
run: |
4331
# renovate: datasource=docker
44-
export RENOVATE_IMAGE=ghcr.io/renovatebot/renovate:43.24
32+
export RENOVATE_IMAGE=renovate/renovate:43.24
4533
docker run --rm --entrypoint "renovate-config-validator" \
4634
-v "${{ github.workspace }}/.github/renovate.json5":"/renovate.json5" \
4735
${RENOVATE_IMAGE} "/renovate.json5"

.github/workflows/renovate.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,6 @@
22
# SPDX-FileCopyrightText: (C) 2026 Intel Corporation
33
# SPDX-License-Identifier: Apache-2.0
44

5-
# Dependencies Management Workflow
6-
#
7-
# This workflow automates the dependency management for Tracker Service C++ dependencies
8-
# using self-hosted Renovate to ensure dependencies remain up-to-date and security
9-
# fixes are delivered regularly.
10-
#
11-
# Key Features:
12-
# - Automated PR creation for Conan dependencies in tracker/conanfile.txt
13-
# - Dry-run mode for debug purposes
14-
# - Dependency dashboard maintenance (available in GitHub issues)
15-
#
16-
# Managed Dependencies:
17-
# - Conan C++ packages: quill, cli11, cpp-httplib, rapidjson, gtest, opencv, eigen, paho-mqtt-cpp
18-
# - Configuration: .github/renovate.json5
19-
# - Target file: tracker/conanfile.txt
20-
#
21-
# Process Stages:
22-
#
23-
# 1. Dependencies Management:
24-
# - Runs on a daily schedule
25-
# - Identifies Conan dependencies that can be updated based on .github/renovate.json5 configuration
26-
# - Opens corresponding PRs with respect to schedule defined in Renovate config (monthly)
27-
# - Updates Renovate Dependency dashboard available in GitHub issues
28-
#
29-
# Required Secrets:
30-
# - RENOVATE_APP_ID: application ID
31-
# - RENOVATE_APP_PEM: application private key
32-
#
33-
# Example Usage:
34-
# 1. Scheduled Run:
35-
# Automatically runs daily (checks monthly schedule in config)
36-
#
37-
# 2. Manual Trigger:
38-
# workflow_dispatch:
39-
# inputs:
40-
# dry-run:
41-
# description: "Run Renovate in dry-run mode (no PR)"
42-
# required: false
43-
# default: false
44-
# type: boolean
45-
#
46-
# Note: Renovate maintains and updates Dependency dashboard that is available in GitHub issues.
47-
485
name: "[Updates] Renovate (Tracker Service)"
496
on:
507
schedule:

0 commit comments

Comments
 (0)