Skip to content

Commit

Permalink
chore: use grouped updates for Dependabot and add concurrency flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jun 13, 2024
1 parent 5957458 commit 2acbc61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ updates:
directory: "/"
schedule:
interval: "weekly"
group:
name: "github-actions-updates"
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
jobs:
build:
concurrency: docker_image_publish
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 2acbc61

Please sign in to comment.