Skip to content

Commit e0f3af3

Browse files
committed
chore(deps): daily @salesforce/templates-only dependabot updates, any version
- Add second dependabot entry: daily schedule, allow only @salesforce/templates, target-branch main - Daily entry allows any version (no semver-major ignore) - Weekly entry unchanged: minor/patch only Made-with: Cursor
1 parent 1fcd431 commit e0f3af3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@ updates:
2525
open-pull-requests-limit: 3
2626
rebase-strategy: auto
2727
versioning-strategy: increase
28+
# Daily updates for @salesforce/templates only (unique target-branch required for same directory)
29+
- package-ecosystem: 'npm'
30+
directory: '/'
31+
target-branch: 'main'
32+
schedule:
33+
interval: 'daily'
34+
time: '06:00'
35+
timezone: 'America/Los_Angeles'
36+
allow:
37+
- dependency-name: '@salesforce/templates'
38+
open-pull-requests-limit: 1
39+
rebase-strategy: auto
40+
versioning-strategy: increase
2841
# Exclude updates to doc tools
2942
# TODO: Enable after adding automated check(s) for doc generation
3043
- package-ecosystem: 'bundler'

0 commit comments

Comments
 (0)