We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4211305 commit f312f1aCopy full SHA for f312f1a
.github/workflows/renovate.yaml
@@ -0,0 +1,21 @@
1
+name: Renovate
2
+
3
+on:
4
+ schedule:
5
+ - cron: "0 0 * * *"
6
+ workflow_dispatch:
7
8
+jobs:
9
+ renovate:
10
+ name: Renovate
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Checkout
14
+ uses: actions/checkout@v4
15
+ - name: Self-hosted Renovate
16
+ uses: renovatebot/[email protected]
17
+ env:
18
+ RENOVATE_REPOSITORIES: '["stackitcloud/stackit-sdk-python"]'
19
+ RENOVATE_ENABLED_MANAGERS: '["poetry", "github-actions"]'
20
+ with:
21
+ token: ${{ secrets.RENOVATE_TOKEN }}
0 commit comments