mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
chore: add dependabot, remove html comments from post excerpts
This commit is contained in:
parent
e8c2ac5790
commit
adbad9a0a4
5 changed files with 153 additions and 130 deletions
23
.github/dependabot.yml
vendored
Normal file
23
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 3
|
||||
pull-request-branch-name:
|
||||
separator: '-'
|
||||
groups:
|
||||
patch-updates:
|
||||
patterns:
|
||||
- '*'
|
||||
update-types:
|
||||
- patch
|
||||
minor-updates:
|
||||
patterns:
|
||||
- '*'
|
||||
update-types:
|
||||
- minor
|
||||
ignore:
|
||||
- dependency-name: '*'
|
||||
update-types: ['version-update:semver-major']
|
Loading…
Add table
Add a link
Reference in a new issue