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 deb4242 commit c1fe6e5Copy full SHA for c1fe6e5
.github/renovate-self-hosted.json
@@ -0,0 +1,7 @@
1
+{
2
+ "allowedCommands": ["^./gradlew kotlinUpgradeYarnLock$"],
3
+ "onboarding": true,
4
+ "platform": "github",
5
+ "repositories": ["open-feature/kotlin-sdk-contrib"],
6
+ "semanticCommits": "enabled"
7
+}
.github/workflows/renovate.yaml
@@ -0,0 +1,21 @@
+name: Renovate
+on:
+ schedule:
+ - cron: '0 8 * * *' # At 8:00 AM daily (UTC)
+
+ # Allow manual triggering
+ workflow_dispatch:
8
9
+jobs:
10
+ renovate:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
14
+ - name: Checkout
15
+ uses: actions/checkout@v5
16
17
+ - name: Self-hosted Renovate
18
+ uses: renovatebot/github-action@v43.0.11
19
+ with:
20
+ configurationFile: .github/renovate-self-hosted.json
21
+ token: ${{ secrets.RENOVATE_BOT }}
0 commit comments