Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/main/prettier-3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsukagoshi authored Oct 26, 2023
2 parents 01ce8aa + a988ec0 commit dc4cd35
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 @@ -25,3 +25,8 @@ updates:
prefix: 'npm'
include: 'scope'
target-branch: 'main'
open-pull-requests-limit: 10
groups:
typescript-eslint:
patterns:
- '@typescript-eslint/*'
2 changes: 1 addition & 1 deletion .github/workflows/a11y_alt_text_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
steps:
- name: Get action 'github/accessibility-alt-text-bot'
uses: github/accessibility-alt-text-bot@v1.2.0 # Set to latest
uses: github/accessibility-alt-text-bot@v1.3.0 # Set to latest

0 comments on commit dc4cd35

Please sign in to comment.