-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add nuts tests for plugin-templates, enable automerge for depe…
…ndabot (#597) * chore: add nuts tests for plugin-templates, enable automerge for dependabot * chore: comment pre commands * chore: remove ignore scripts * chore: remove nuts tests on windows * chore: custom nuts tests * chore: update repo * chore: typo * chore: try yarn husky install * chore: add yarn add husky --dev * chore: add yarn add husky --dev * chore: try ignore scripts * chore: install CLI * chore: do not ignore script * chore: try yarn build * chore: try modifying build-templates scripts * chore: typo * chore: revert change in script * chore: keep ols config of dependabot as well * chore: update validate PR workflow to be triggered on any new change to the PR
- Loading branch information
1 parent
ce94c6a
commit 121a331
Showing
4 changed files
with
74 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,30 @@ | ||
version: 2 | ||
updates: | ||
# For sf project templates | ||
- package-ecosystem: npm | ||
directory: '/src/templates/project' | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 10 | ||
|
||
# For all @salesforce/templates library | ||
- package-ecosystem: npm | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' | ||
day: 'saturday' | ||
versioning-strategy: 'increase' | ||
labels: | ||
- 'dependencies' | ||
open-pull-requests-limit: 5 | ||
pull-request-branch-name: | ||
separator: '-' | ||
commit-message: | ||
# cause a release for non-dev-deps | ||
prefix: fix(deps) | ||
# no release for dev-deps | ||
prefix-development: chore(dev-deps) | ||
ignore: | ||
- dependency-name: '@salesforce/dev-scripts' | ||
- dependency-name: '*' | ||
update-types: ['version-update:semver-major'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: automerge | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '42 2,5,8,11 * * *' | ||
|
||
jobs: | ||
automerge: | ||
uses: salesforcecli/github-workflows/.github/workflows/automerge.yml@main | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters