Skip to content

Commit 89375bb

Browse files
SF-CLI-BOTpeternhaleRodEsp
authored
chore: sync .circleci/config.yml (#59)
Co-authored-by: peternhale <[email protected]> Co-authored-by: Rodrigo Espinosa de los Monteros <[email protected]>
1 parent dd19c64 commit 89375bb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.circleci/config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ parameters:
2929
default: ''
3030
type: string
3131
repo_tag:
32-
description: "The tag of the module repo to checkout, '' defaults to branch/PR"
32+
description: 'The tag of the module repo to checkout, '''' defaults to branch/PR'
3333
default: ''
3434
type: string
3535
workflows:
@@ -99,3 +99,13 @@ workflows:
9999
os:
100100
- linux
101101
- windows
102+
dependabot-automerge:
103+
triggers:
104+
- schedule:
105+
cron: '0 2,5,8,11 * * *'
106+
filters:
107+
branches:
108+
only:
109+
- main
110+
jobs:
111+
- release-management/dependabot-automerge

0 commit comments

Comments
 (0)