chore(github): add CODEOWNERS and dependabot

Signed-off-by: pochoclin <hey@popcorntime.app>
This commit is contained in:
pochoclin
2025-09-16 08:49:01 -04:00
parent 357e4d3721
commit c0f66f44ac
2 changed files with 33 additions and 0 deletions

4
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1,4 @@
# Order is important; the last matching pattern takes the most precedence.
* @popcorntime/dev-wg
.github @popcorntime/devops-wg

29
.github/dependabot.yaml vendored Normal file
View File

@@ -0,0 +1,29 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']
groups:
npm-updates:
update-types: [minor, patch]
- package-ecosystem: 'cargo'
directory: '/'
schedule:
interval: 'weekly'
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']
groups:
rust-updates:
update-types: [minor, patch]