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 83e4747
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"branchPrefix": "foreman-renovate/",
"dryRun": "full",
"username": "renovate-release",
"gitAuthor": "Renovate Bot <[email protected]>",
"onboarding": false,
"platform": "github",
"includeForks": true,
"repositories": [
"evgeni/foreman-infra",
],
"packageRules": [
{
"matchManagers": ["puppet"],
}
]
}
17 changes: 17 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Renovate

on:
workflow_dispatch:
schedule:
- cron: '4 4 * * 0'

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 }}

0 comments on commit 83e4747

Please sign in to comment.