Skip to content

Commit

Permalink
Dev Dependency Config update (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Apr 11, 2024
1 parent 9945ea2 commit 9e0c679
Show file tree
Hide file tree
Showing 4 changed files with 309 additions and 37 deletions.
12 changes: 9 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
interval: monthly
ignore:
- dependency-name: "eslint"
versions: ["9.x"]
- dependency-name: "post-css"
versions: ["11.x"]
- dependency-name: "stylelint"
versions: ["16.x"]
reviewers:
- coliff
labels:
- dependencies
versioning-strategy: increase
open-pull-requests-limit: 1
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
interval: monthly
4 changes: 4 additions & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"reject": [
"eslint",
"file-type",
"mkdirp",
"mocha",
"postcss-cli",
"read-chunk",
"stylelint",
"stylelint-config-standard-scss",
"svgicons2svgfont",
"ttf2eot",
"ttf2woff",
Expand Down
Loading

0 comments on commit 9e0c679

Please sign in to comment.