From a7074a8987a4fec5b0f34b34a580f17556a19895 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 6 Nov 2023 10:03:16 +0100 Subject: [PATCH 1/2] add renovate --- .github/renovate.json | 12 ++++++++++++ .github/workflows/renovate.yml | 20 ++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/renovate.json create mode 100644 .github/workflows/renovate.yml diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 000000000..5f131b0b9 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,12 @@ +{ + "branchPrefix": "foreman-renovate/", + "onboarding": false, + "platform": "github", + "prHourlyLimit": 10, + "packageRules": [ + { + "matchManagers": ["github-actions", "bundler", "pip_requirements"], + "enabled": false + } + ] +} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml new file mode 100644 index 000000000..d2c7e4d9e --- /dev/null +++ b/.github/workflows/renovate.yml @@ -0,0 +1,20 @@ +name: Renovate + +on: + workflow_dispatch: + schedule: + - cron: '4 3 * * *' + +jobs: + renovate: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Self-hosted Renovate + uses: renovatebot/github-action@v39.1.1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + env: + RENOVATE_REPOSITORIES: ${{ github.repository }} + LOG_LEVEL: 'debug' From a34f4818e3e546541d210d45a7e75746fc8a30c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:14:26 +0000 Subject: [PATCH 2/2] Update dependency puppet/letsencrypt to v10.1.0 --- puppet/Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/Puppetfile b/puppet/Puppetfile index 7013a6d1c..5dda42ba5 100644 --- a/puppet/Puppetfile +++ b/puppet/Puppetfile @@ -12,7 +12,7 @@ mod 'puppet/chrony', '3.0.0' mod 'puppet/epel', '5.0.0' mod 'puppet/extlib', '6.2.0' mod 'puppet/jenkins', '4.0.0' -mod 'puppet/letsencrypt', '10.0.0' +mod 'puppet/letsencrypt', '10.1.0' mod 'puppet/mosquitto', '1.2.0' mod 'puppet/nodejs', '10.0.0' mod 'puppet/pbuilder', '1.0.0'