diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0e54ffb8..81d6322f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,13 @@ updates: timezone: Europe/Paris open-pull-requests-limit: 10 versioning-strategy: increase +- package-ecosystem: npm + target-branch: 'stable6' + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + open-pull-requests-limit: 10 + versioning-strategy: increase diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index e8ebca20c..cf22c0034 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ['main'] + branches: ['main', 'stable6'] name: npm-audit-fix-${{ matrix.branches }}