We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467b933 commit 76cb4acCopy full SHA for 76cb4ac
3 files changed
.github/dependabot.yml
.github/renovate.json5
@@ -0,0 +1,9 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended",
5
+ ],
6
+ "automerge": true,
7
+ "automergeStrategy": "squash",
8
+ "rebaseWhen": "conflicted",
9
+}
.github/workflows/renovate.yaml
@@ -0,0 +1,21 @@
+on:
+ workflow_dispatch:
+ inputs:
+ logLevel:
+ description: "Override default log level"
+ required: false
+ default: "debug"
+ type: string
+
10
+ schedule:
11
+ - cron: "0 4 * * *"
12
13
+jobs:
14
+ renovate:
15
+ permissions:
16
+ contents: write
17
+ pull-requests: write
18
+ id-token: write
19
+ issues: write
20
+ uses: coopnorge/github-workflow-renovate/.github/workflows/renovate.yaml@v0
21
+ secrets: inherit
0 commit comments