Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 1c3473b

Browse files
chore: Configure Renovate (#7)
* Add renovate.json * feat: adding codeowners and ignoring certain folders --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bastian Echterhölter <[email protected]>
1 parent 018293c commit 1c3473b

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
*.so
99
*.dylib
1010
.vscode
11+
.idea
12+
.secret
13+
.env
14+
bin
1115

1216
# Test binary, built with `go test -c`
1317
*.test

CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Default code owners
2+
* @openmfp/frame
3+
go.mod
4+
go.sum

renovate.json

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

0 commit comments

Comments
 (0)