Skip to content

Commit

Permalink
👷 Add renovate (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Mar 8, 2022
1 parent f45e04a commit d7a3ef9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Renovate
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"separateMajorMinor": false,
"extends": [
":preserveSemverRanges",
"group:all",
"schedule:monthly",
":maintainLockFilesMonthly"
],
"lockFileMaintenance": {
"extends": [
"group:all"
],
"commitMessageAction": "Update"
}
}

0 comments on commit d7a3ef9

Please sign in to comment.