Skip to content

Commit

Permalink
ci: dependency updates end up in CHANGELOG.md (#229)
Browse files Browse the repository at this point in the history
Additionally remove the "scope" option, see: dependabot/dependabot-core#8443
  • Loading branch information
rjaegers authored Dec 5, 2023
1 parent a0460ef commit 0e3d247
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ updates:
schedule:
interval: daily
commit-message:
prefix: "deps(docker)"
include: "scope"
prefix: "feat(deps)"
- package-ecosystem: pip
directory: .devcontainer
schedule:
interval: daily
commit-message:
prefix: "deps"
include: "scope"
prefix: "feat(deps)"
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: ./update-dependencies.sh apt-requirements-base.json apt-requirements-clang.json
- uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
with:
commit-message: "deps(apt): update dependencies"
commit-message: "feat(deps): update dependencies"
branch: feature/update-apt-dependencies
title: "deps(apt): update dependencies"
title: "feat(deps): update dependencies"
labels: dependencies
token: ${{ secrets.AMP_RELEASER_TOKEN }}

0 comments on commit 0e3d247

Please sign in to comment.