Skip to content

Commit

Permalink
try self-hosted renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Aug 7, 2023
1 parent 5aee1f6 commit 5892243
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: renovate
on:
schedule:
- cron: '51 18 * * 1'

jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
env:
LOG_LEVEL: debug
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"platform": "github",
"repositories": ["eagleoflqj/sympy_beta"],
"packageRules": [
{
"groupName": "all minor dependencies",
"groupSlug": "all-minor",
"matchManagers": [
"npm",
"github-actions"
]
}
]
}

0 comments on commit 5892243

Please sign in to comment.