Skip to content

Commit 70d8cce

Browse files
authored
Update renovate workflow (#119)
2 parents d076583 + d8c1693 commit 70d8cce

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
renovate:
13-
uses: qubesome/.github/actions/renovate.yml@main
13+
uses: qubesome/.github/.github/workflows/renovate.yml@main
1414
secrets:
1515
RENOVATE_PRIVATE_KEY: ${{ secrets.RENOVATE_PRIVATE_KEY }}
1616
RENOVATE_APP_ID: ${{ secrets.RENOVATE_APP_ID }}

.renovaterc.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["github>qubesome/.github"]
4+
}

0 commit comments

Comments
 (0)