Skip to content

Commit 30022f6

Browse files
authored
chore: Replace dependabot with renovate (#226)
This PR was automatically generated by a codemod implemented in the following PR: - coopnorge/codemod#232
1 parent 467b933 commit 30022f6

3 files changed

Lines changed: 30 additions & 21 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/renovate.json5

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
on:
2+
workflow_dispatch:
3+
inputs:
4+
logLevel:
5+
description: "Override default log level"
6+
required: false
7+
default: "debug"
8+
type: string
9+
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

Comments
 (0)