We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30087ce + 0ad9687 commit bafac4bCopy full SHA for bafac4b
1 file changed
.github/CODEOWNERS
@@ -1 +1,12 @@
1
-* @supabase/cli
+# Default all repository changes to the CLI team.
2
+* @supabase/cli
3
+
4
+# Dependabot-only dependency surfaces. These ownerless rules override the
5
+# catch-all above so CI-green Dependabot PRs can be auto-approved and merged.
6
+/.github/workflows/*.yml
7
+**/package.json
8
+**/go.mod
9
+**/go.sum
10
+/apps/cli-go/pkg/config/templates/Dockerfile
11
+/pnpm-lock.yaml
12
+/pnpm-workspace.yaml
0 commit comments