-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from mallardduck/repo-reorg/prepare
[main][1/2] Repo reorg Preparation
- Loading branch information
Showing
38 changed files
with
203 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,31 @@ | ||
{ | ||
"extends": ["github>rancher/renovate-config#release"], | ||
"baseBranches": ["main"], | ||
"prHourlyLimit": 2 | ||
} | ||
"extends": [ | ||
"github>rancher/renovate-config#release", | ||
"group:allNonMajor" | ||
], | ||
"baseBranches": [ | ||
"main" | ||
], | ||
"enabledManagers": [ | ||
"dockerfile", | ||
"github-actions", | ||
"helm-values", | ||
"regex" | ||
], | ||
"packageRules": [ | ||
{ | ||
"groupName": "GitHub Workflow Actions", | ||
"groupSlug": "gha-deps", | ||
"matchManagers": [ | ||
"github-actions" | ||
] | ||
}, | ||
{ | ||
"groupName": "Docker File Deps", | ||
"groupSlug": "docker-bumps", | ||
"matchManagers": [ | ||
"dockerfile" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
/.cache | ||
/bin | ||
/build | ||
!/cmd/prometheus-federator/fs/.gitkeep | ||
/cmd/prometheus-federator/fs/* | ||
/dist | ||
*.swp | ||
.idea | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# prometheus-federator collective | ||
|
||
The information in this top level docs folder should be relevant to all packages in this repo. | ||
For package specific information each sub-package should have an equivalent directory. | ||
|
||
The packages maintained from this repo are: | ||
- `prometheus-federator`, | ||
- `helm-project-operator`, | ||
- `helm-locker` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.