Skip to content

Commit

Permalink
Adding CodeOwners and updating workflow (#16)
Browse files Browse the repository at this point in the history
* Adding CodeOwners and updating workflow

* Aligning renovate and bumping workflow
  • Loading branch information
ljakimczuk authored Oct 12, 2021
1 parent 346ec3a commit 4b854eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"extends": [
"config:base"
"config:base",
":reviewer(team:team-honeybadger)"
],
"assigneesFromCodeOwners": false,
"dependencyDashboard": false,
"includePaths": [
".github/workflows/*"
],
"reviewers" : [
"team:team-honeybadger"
],
"enabledManagers": [
"github-actions"
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
cleanup:
uses: giantswarm/app-catalog-cleanup-tool/.github/workflows/cleanup.yaml@v0.2.0
uses: giantswarm/app-catalog-cleanup-tool/.github/workflows/cleanup.yaml@v0.2.3
with:
delete-before: "1 month"
dry-run: false
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @giantswarm/team-honeybadger

0 comments on commit 4b854eb

Please sign in to comment.