Skip to content

Commit

Permalink
chore: align gh actions and dependabot with ecosystem standard (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
edodusi authored Jan 17, 2025
1 parent afb0cb4 commit 22e78a2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ updates:
directory: /
schedule:
interval: daily
time: '03:00'
time: '04:00'
commit-message:
prefix: fix
prefix-development: chore
include: scope
labels:
- dependabot
groups:
security-updates:
patterns:
- '*'
exclude-patterns:
- 'storyblok*'
update-types:
- patch
ignore:
- dependency-name: '*'
update-types:
- version-update:semver-minor
- version-update:semver-major
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'storyblok/storyblok-react'
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'storyblok/storyblok-js'
steps:
- name: Dependabot metadata
id: metadata
Expand Down

0 comments on commit 22e78a2

Please sign in to comment.