Skip to content

Commit

Permalink
chore: update to dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
edodusi committed Dec 31, 2024
1 parent 47c4e61 commit 2dfb23e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,42 @@
version: 2
updates:
# First rule for storyblok packages - allows all updates
- package-ecosystem: npm
directory: /
schedule:
interval: daily
time: '03:00'
time: '04:00'
commit-message:
prefix: fix
prefix-development: chore
include: scope
labels:
- dependencies
allow:
- dependency-name: "storyblok*"

Check failure on line 16 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Lint (20)

Strings must use singlequote

# Second rule for all other packages - patch updates only
- package-ecosystem: npm
directory: /
schedule:
interval: daily
time: '04:00'
commit-message:
prefix: fix
prefix-development: chore
include: scope
labels:
- dependencies
groups:
security-updates:
patterns:
- '*'
exclude-patterns:
- 'storyblok*'
update-types:
- patch
ignore:
- dependency-name: '*'
update-types:
- version-update:semver-minor
- version-update:semver-major
File renamed without changes.

0 comments on commit 2dfb23e

Please sign in to comment.