We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa5ccb4 + ac637c3 commit 358b289Copy full SHA for 358b289
2 files changed
.github/dependabot.yml
@@ -12,3 +12,13 @@ updates:
12
timezone: Europe/Paris
13
open-pull-requests-limit: 10
14
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
@@ -24,7 +24,7 @@ jobs:
strategy:
25
fail-fast: false
26
matrix:
27
- branches: ['main']
+ branches: ['main', 'stable6']
28
29
name: npm-audit-fix-${{ matrix.branches }}
30
0 commit comments