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' diff --git a/puppet/Puppetfile b/puppet/Puppetfile index 7013a6d1c..4125a857b 100644 --- a/puppet/Puppetfile +++ b/puppet/Puppetfile @@ -16,7 +16,7 @@ mod 'puppet/letsencrypt', '10.0.0' mod 'puppet/mosquitto', '1.2.0' mod 'puppet/nodejs', '10.0.0' mod 'puppet/pbuilder', '1.0.0' -mod 'puppet/redis', '9.1.0' +mod 'puppet/redis', '9.3.0' mod 'puppet/rvm', '2.0.0' mod 'puppet/selinux', '3.4.1' mod 'puppet/systemd', '4.2.0'