Loading
Commits on Source 8
-
Andrew Newdigate authored
Add @GitLabDuo to additionalReviewers in renovate-versions-dedicated.json to test GitLab Duo's capability to review Renovatebot merge requests. This is a first step toward exploring autonomous merges of Renovate changes, pending SOC2 compliance. Using the dedicated config limits scope to a subset of Platforms projects to manage potential load on GitLab Duo.
-
Craig Miskell authored
feat: add GitLab Duo as reviewer for Renovate MRs in dedicated config See merge request !1342
-
semantic-release-bot authored
## [3.9.0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2026-03-10) ### Features * add GitLab Duo as reviewer for Renovate MRs in dedicated config ([afac9698](afac9698))
-
Alessio Caiazza authored
goreleaser_build was running on renovate scheduled pipelines because its first rule's negative logic allowed schedules on the default branch to fall through to a bare exists fallback rule. Security scanners (secret_detection, semgrep-sast, dependency-scanning) were running because upstream GitLab templates use $CI_COMMIT_BRANCH as a catch-all that matches scheduled pipelines. Changes: - Add RENOVATE_SCHEDULED/RENOVATE_IMMEDIATE guard as first rule in goreleaser_build (goreleaser.yml) - Gate gitlab-scanners.yml inclusion on renovate variables using include:rules in standard-build template (templates/standard.yml) Both changes use renovate-specific variables instead of blanket $CI_PIPELINE_SOURCE == schedule to avoid breaking consumers with non-renovate scheduled pipelines. AI-assisted: GitLab Duo Agentic Chat (Claude Opus 4.6)
-
Reuben Pereira authored
Add a new 'MR Labels' section documenting all labels that can be used on merge requests to tune CI job behavior, along with their variable alternatives and links to detailed docs. Related to delivery#21877
-
John Skarbek authored
docs: add centralized MR labels reference to README See merge request !1344
-
Bob Van Landuyt authored
fix: skip goreleaser_build and security scanners on renovate scheduled pipelines See merge request !1343
-
semantic-release-bot authored
## [3.9.1](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2026-03-12) ### Fixes * skip goreleaser_build and security scanners on renovate scheduled pipelines ([acf10cd2](acf10cd2)) ### Docs * add centralized MR labels reference to README ([a9c2b5fe](a9c2b5fe)), closes [delivery#21877](https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/)