From d8b55e3a6e34c778d0d15cb5fc9abd3d1da0f16c Mon Sep 17 00:00:00 2001 From: "Rasamoelina, Haja Onjatiana" <26148770+rhahao@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:22:21 +0300 Subject: [PATCH] feat(app): force bump version BREAKING CHANGE: Moving from CPE to Organized --- .github/dependabot.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 463d3df9a0..2ec176ac82 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,14 +8,6 @@ updates: commit-message: prefix: 'chore(actions)' - - package-ecosystem: 'github-actions' - target-branch: 'cpe-archive' - directory: '/' - schedule: - interval: 'daily' - commit-message: - prefix: 'chore(actions)' - # Maintain dependencies for npm - package-ecosystem: 'npm' directory: '/' @@ -27,15 +19,3 @@ updates: commit-message: prefix: 'feat(deps)' prefix-development: 'build(deps)' - - - package-ecosystem: 'npm' - target-branch: 'cpe-archive' - directory: '/' - schedule: - interval: 'daily' - allow: - - dependency-type: 'production' - - dependency-type: 'development' - commit-message: - prefix: 'feat(deps)' - prefix-development: 'build(deps)'