Skip to content

Commit

Permalink
Merge pull request #202 from celo-org/lvpeschke/renovate-extends-org-…
Browse files Browse the repository at this point in the history
…presets

Add celo-org presets and remove redundant settings
  • Loading branch information
lvpeschke authored Dec 18, 2023
2 parents 8e6e7d9 + 80d40d4 commit 9671ce5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .changeset/tricky-actors-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# For details on acceptable file patterns, please refer to the [Github Documentation](https://help.github.com/articles/about-codeowners/)

# default owners, overridden by package specific owners below
* @celo-org/primitives


6 changes: 1 addition & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":dependencyDashboard", ":rebaseStalePrs", ":gitSignOff"],
"extends": ["local>celo-org/.github:renovate-config"],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
Expand Down Expand Up @@ -31,9 +31,5 @@
"patch": {
"minimumReleaseAge": "4 days"
},
"vulnerabilityAlerts": {
"enabled": true,
"labels": ["type:security"]
},
"schedule": ["on tuesday and thursday", "every weekend"]
}

0 comments on commit 9671ce5

Please sign in to comment.