Skip to content

Commit

Permalink
Update renovate config (#17)
Browse files Browse the repository at this point in the history
* update renovate config
  • Loading branch information
micxer authored Oct 15, 2024
1 parent cad3082 commit 493df58
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
{
"autodiscover": "false",
"branchPrefix": "renovate/",
"dryRun": null,
"username": "renovate-release",
"gitAuthor": "Renovate Bot <[email protected]>",
"onboarding": false,
"platform": "github",
"repositories": ["micxer/ansible-role-docker-compose-homestack"],
"extends": ["config:recommended", ":dependencyDashboard"],
"fileMatch": [
"templates/docker-compose-.+.yml.j2$"
"labels": [
"dependencies"
],
"assigneesFromCodeOwners": false,
"major": {
"dependencyDashboardApproval": true
},
"docker-compose": {
"fileMatch": [
"templates/docker-compose-.+.yml.j2$"
]
}
}
4 changes: 4 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
pull_request:
branches:
- main

jobs:
renovate:
Expand All @@ -15,4 +18,5 @@ jobs:
- name: Run Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate.json
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 493df58

Please sign in to comment.