Skip to content

Commit

Permalink
add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 6, 2023
1 parent 3157e80 commit a7074a8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"branchPrefix": "foreman-renovate/",
"onboarding": false,
"platform": "github",
"prHourlyLimit": 10,
"packageRules": [
{
"matchManagers": ["github-actions", "bundler", "pip_requirements"],
"enabled": false
}
]
}
20 changes: 20 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
LOG_LEVEL: 'debug'

0 comments on commit a7074a8

Please sign in to comment.