Skip to content

Commit

Permalink
Update package info and Dependabot config (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Jul 26, 2024
1 parent d0254c2 commit a64c4f9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ updates:
schedule:
interval: monthly
open-pull-requests-limit: 5
labels:
- 'pr: dependencies'
versioning-strategy: increase
groups:
development-dependencies:
Expand All @@ -15,3 +17,5 @@ updates:
schedule:
interval: monthly
open-pull-requests-limit: 5
labels:
- 'pr: dependencies'
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
{
"name": "stylelint-ecosystem-tester",
"version": "0.0.0",
"private": true,
"description": "A comprehensive test suite for Stylelint ecosystem.",
"keywords": [
"stylelint"
],
"repository": "ybiquitous/stylelint-ecosystem-tester",
"repository": "stylelint/stylelint-ecosystem-tester",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/stylelint"
},
{
"type": "github",
"url": "https://github.com/sponsors/stylelint"
}
],
"license": "MIT",
"author": "Masafumi Koba",
"author": "stylelint",
"type": "module",
"scripts": {
"format": "prettier --write .",
Expand Down

0 comments on commit a64c4f9

Please sign in to comment.