Skip to content

Commit

Permalink
ci(dependabot): remove reviewers config (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 authored Nov 6, 2023
1 parent 442b874 commit 35ccd45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pom.xml @cryostatio/maintainers
src/main/docker/ @cryostatio/maintainers
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ updates:
directory: "/"
schedule:
interval: "daily"
reviewers:
- "cryostatio/reviewers"
labels:
- "dependencies"
- "chore"
Expand All @@ -24,8 +22,6 @@ updates:
directory: "/src/main/docker"
schedule:
interval: "weekly"
reviewers:
- "cryostatio/reviewers"
labels:
- "dependencies"
- "chore"
Expand Down
23 changes: 0 additions & 23 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,6 @@ categories:
- 'style'
- 'test'

autolabeler:
- label: 'feat'
title: '/^feat:/'
- label: 'fix'
title: '/^fix:/'
- label: 'docs'
title: '/^docs:/'

- label: 'chore'
title: '/^chore:/'
- label: 'ci'
title: '/^ci:/'
- label: 'cleanup'
title: '/^cleanup:/'
- label: 'perf'
title: '/^perf:/'
- label: 'refactor'
title: '/^refactor:/'
- label: 'style'
title: '/^style:/'
- label: 'test'
title: '/^test:/'

template: |
## Contributors
$CONTRIBUTORS
Expand Down

0 comments on commit 35ccd45

Please sign in to comment.