Skip to content

Commit b962747

Browse files
πŸ€– Fix: Repository Compliance Updates (#66)
* Add .github/CODEOWNERS * Add renovate.json * Remove .github/dependabot.yml * Remove .github/workflows/mergeabot.yml --------- Co-authored-by: freckle-automation-app[bot] <176077675+freckle-automation-app[bot]@users.noreply.github.com>
1 parent f1d3d6a commit b962747

File tree

4 files changed

+8
-25
lines changed

4 files changed

+8
-25
lines changed

β€Ž.github/CODEOWNERSβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @freckle/engineering

β€Ž.github/dependabot.ymlβ€Ž

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

β€Ž.github/workflows/mergeabot.ymlβ€Ž

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

β€Žrenovate.jsonβ€Ž

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

0 commit comments

Comments
Β (0)