Skip to content

Commit

Permalink
Update dependabot, also include note on pr for running auto jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Apr 23, 2024
1 parent 37e3d05 commit d37c1d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ updates:
schedule:
interval: daily
time: "19:00"
groups:
storybook:
patterns:
- "@storybook/*"
- storybook
open-pull-requests-limit: 10
reviewers:
- duttonw
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Storybook-library-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ jobs:
with:
commit-message: "update storybook js libraries \r\n ${{ steps.what-changed-data.outputs.OUTDATED_LIST }}"
title: "update storybook ${{ steps.what-changed-data.outputs.OUTDATED_VERSION }}"
body: "update storybook \r\n ${{ steps.what-changed-data.outputs.OUTDATED_LIST }}"
body: "update storybook \r\n ### Please Manually close pull requests and immediately reopen them. This will enable on: pull_request workflows to run and be added as checks. \r\n ${{ steps.what-changed-data.outputs.OUTDATED_LIST }}"
branch: "update-storybook-libraries-${{ steps.what-changed-data.outputs.OUTDATED_VERSION }}"
base: develop

0 comments on commit d37c1d6

Please sign in to comment.