diff --git a/src/entrypoints/background.ts b/src/entrypoints/background.ts index 11447e3..c3cd053 100644 --- a/src/entrypoints/background.ts +++ b/src/entrypoints/background.ts @@ -13,7 +13,7 @@ const DEFAULT_FILTERS = [ id: crypto.randomUUID(), name: "Hide Dependabot PRs", value: "-author:app/dependabot", - enabled: true, + enabled: false, }, { id: crypto.randomUUID(),