Skip to content

Commit 358b289

Browse files
authored
Merge pull request #1742 from nextcloud-libraries/chore/add-stable6
2 parents aa5ccb4 + ac637c3 commit 358b289

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ updates:
1212
timezone: Europe/Paris
1313
open-pull-requests-limit: 10
1414
versioning-strategy: increase
15+
- package-ecosystem: npm
16+
target-branch: 'stable6'
17+
directory: "/"
18+
schedule:
19+
interval: weekly
20+
day: saturday
21+
time: "03:00"
22+
timezone: Europe/Paris
23+
open-pull-requests-limit: 10
24+
versioning-strategy: increase

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
branches: ['main']
27+
branches: ['main', 'stable6']
2828

2929
name: npm-audit-fix-${{ matrix.branches }}
3030

0 commit comments

Comments
 (0)