Skip to content

Commit

Permalink
Update create-dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHutchinson authored Dec 4, 2024
1 parent 0b429e6 commit 3713b63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/create-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,6 @@ jobs:
fi
BRANCH_NAME="feature/update-dependabot-config-$(date +%s)"
git checkout -b $BRANCH_NAME
git add .github/dependabot.yml
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "chore: Add language-specific dependabot.yml configuration"
git push origin $BRANCH_NAME
echo "branch_name=$BRANCH_NAME" >> $GITHUB_OUTPUT
- name: Create Pull Request
Expand Down

0 comments on commit 3713b63

Please sign in to comment.