From 7ab1f7980691cf9f2ebdc8911065a84abacaea5b Mon Sep 17 00:00:00 2001 From: Dafydd Jones Date: Mon, 27 Apr 2026 21:49:26 +0100 Subject: [PATCH] ci(renovate): track Chef Workstation stable versions --- .github/renovate.json5 | 2 ++ Gemfile | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b1faf03d..8977204b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,10 +4,12 @@ 'github-actions', 'gitlabci', 'pre-commit', + 'custom.regex', ], extends: [ 'github>saltstack-formulas/.github', 'github>saltstack-formulas/.github:automerge-for-formulas', + 'github>saltstack-formulas/.github:update-chef-workstation', 'github>saltstack-formulas/.github:update-github-actions', 'github>saltstack-formulas/.github:update-gitlab-ci', 'github>saltstack-formulas/.github:update-pre-commit', diff --git a/Gemfile b/Gemfile index d9606876..79a53b00 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,9 @@ # frozen_string_literal: true +# This is a placeholder version to remind us to update the Gemfile +# when a new stable Chef Workstation is released +# renovate: chef-workstation 25.9.1094 + source ENV.fetch('PROXY_RUBYGEMSORG', 'https://rubygems.org') # Install the `inspec` gem using `git` because versions after `4.22.22`