Skip to content

Commit 2eb8532

Browse files
committed
Added bot to bump up go version and dependencies
Signed-off-by: oumk <oumk@jfrog.com>
1 parent 68d18fe commit 2eb8532

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Dependabot auto-merge
22
on:
33
pull_request_target:
44
branches:
5-
- master
5+
- pr-bump-up-bot
66

77
permissions:
88
contents: write

.github/workflows/update-jf-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout main branch
2222
uses: actions/checkout@v5
2323
with:
24-
ref: master
24+
ref: pr-bump-up-bot
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626

2727
- name: Create and checkout new branch
@@ -69,7 +69,7 @@ jobs:
6969
7070
**Branch**: \`${{ steps.branch.outputs.branch_name }}\`
7171
**Timestamp**: \`${{ steps.timestamp.outputs.timestamp }}\`" \
72-
--base master \
72+
--base pr-bump-up-bot \
7373
--head "${{ steps.branch.outputs.branch_name }}"
7474
env:
7575
GH_TOKEN: ${{ secrets.CLI_ACTION_TOKEN }}

0 commit comments

Comments
 (0)