Skip to content

Commit

Permalink
chore(depenabot): add dependabot-automerge job [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Dec 7, 2021
1 parent 4121ce6 commit 1c1254e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,11 @@ workflows:
parameters:
os:
- linux
# - windows
- windows
node_version:
- latest
- lts
- maintenance
exclude:
- os: windows
node_version: lts
- os: windows
node_version: maintenance
- release-management/release-package:
context: SF-CLI-RELEASE-PROCESS
filters:
Expand All @@ -32,3 +27,13 @@ workflows:
requires:
- release-management/test-package
tag: core-v1
dependabot-automerge:
triggers:
- schedule:
cron: '0 2,5,8,11 * * *'
filters:
branches:
only:
- main
jobs:
- release-management/dependabot-automerge
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2
updates:
- package-ecosystem: "npm"
versioning-strategy: increase
directory: "/"
schedule:
interval: "monthly"
Expand All @@ -11,3 +12,5 @@ updates:
separator: "-"
ignore:
- dependency-name: "fs-extra"
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit 1c1254e

Please sign in to comment.