diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 315eff6f..92d970da 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,6 @@ -# v4 version: 2 updates: - package-ecosystem: "npm" - target-branch: main directory: "." schedule: interval: "daily" @@ -12,26 +10,6 @@ updates: patterns: - "*" - package-ecosystem: "github-actions" - target-branch: main - directory: ".github/workflows" - schedule: - interval: "daily" - groups: - gha: - patterns: - - "*" - - package-ecosystem: "npm" - target-branch: v3 - directory: "." - schedule: - interval: "daily" - versioning-strategy: increase - groups: - npm: - patterns: - - "*" - - package-ecosystem: "github-actions" - target-branch: v3 directory: ".github/workflows" schedule: interval: "daily"