Skip to content

Commit

Permalink
Update dependabot.yml (#124)
Browse files Browse the repository at this point in the history
* Update dependabot.yml

Added group property to dependabot configuration

* Update on-tag.yml
  • Loading branch information
JamieBriggs-MoJ authored Dec 16, 2024
1 parent d68911f commit 6a1468f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
gradle-updates:
patterns:
- "**" # Matches all Gradle dependencies
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
APP_VERSION: ${{ needs.build-test-publish.outputs.app_version }}
run: |
echo "${{ env.REPO_NAME }}-${{ env.APP_VERSION }}"
cd laa-ccms-caab-helm-charts/laa-ccms-caab-service/charts/laa-ccms-caab-ebs-api/
cd laa-ccms-caab-helm-charts/laa-ccms-caab-service/charts/caab-ebs-api/
yq eval-all "( .appVersion = \"${{ env.REPO_NAME }}-${{ env.APP_VERSION }}\" )" -i Chart.yaml
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions Bot"
Expand Down

0 comments on commit 6a1468f

Please sign in to comment.