Skip to content

Commit 95549f2

Browse files
author
SF-CLI-BOT
authored
chore([no ci]): Synced file(s) with salesforcecli/leif (#397)
* chore([no ci]): Synced local '.github/workflows/devScripts.yml' with remote 'templates/github/devScripts.yml' * chore([no ci]): Synced local '.github/dependabot.yml' with remote 'templates/dependabot/dependabot.yml'
1 parent 27355b2 commit 95549f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ updates:
1717
# no release for dev-deps
1818
prefix-development: chore(dev-deps)
1919
ignore:
20+
- dependency-name: '@salesforce/dev-scripts'
2021
- dependency-name: '*'
2122
update-types: ['version-update:semver-major']

.github/workflows/devScripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: devScripts
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '50 8 * * 7'
5+
- cron: '50 6 * * 0'
66

77
jobs:
88
update:

0 commit comments

Comments
 (0)