chore: Add CODEOWNERS for CI-related changes (#3145)

This commit is contained in:
Bart
2026-07-20 16:24:41 -04:00
committed by GitHub
parent 0b15620d87
commit a0dc98e5e1
2 changed files with 4 additions and 2 deletions

View File

@@ -16,8 +16,6 @@ updates:
day: monday
time: "04:00"
timezone: Etc/GMT
reviewers:
- XRPLF/clio-dev-team
commit-message:
prefix: "ci: [DEPENDABOT] "
target-branch: develop

4
CODEOWNERS Normal file
View File

@@ -0,0 +1,4 @@
# By default, anyone can review changes.
# The CI tooling team should review changes to the CI configuration.
/.github/ @XRPLF/ci-tooling