mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-11 17:51:02 +00:00
Add CODEOWNERS, fix deprecation
References: - https://github.com/wallabag/wallabag/pull/8388#issuecomment-3148942621 - https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/ - https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
0be919c8fd
commit
61a28a5ca2
2 changed files with 2 additions and 4 deletions
2
.github/CODEOWNERS
vendored
Normal file
2
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Migrated rules from dependabot.yml
|
||||||
|
composer.* @Kdecherf @j0k3r @yguedidi
|
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -35,10 +35,6 @@ updates:
|
||||||
phpstan-dependencies:
|
phpstan-dependencies:
|
||||||
patterns:
|
patterns:
|
||||||
- "phpstan/*"
|
- "phpstan/*"
|
||||||
reviewers:
|
|
||||||
- j0k3r
|
|
||||||
- yguedidi
|
|
||||||
- Kdecherf
|
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: symfony/*
|
- dependency-name: symfony/*
|
||||||
update-types: [ "version-update:semver-major" ]
|
update-types: [ "version-update:semver-major" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue