diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3cba37f..67dfc32 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,6 @@ version: 2 updates: - package-ecosystem: 'npm' # See documentation for possible values directory: '/' # Location of package manifests - target-branch: 'dependabot' + target-branch: 'main' schedule: interval: 'weekly'