Skip to content

Commit

Permalink
Merge pull request #160 from xicri/chore-dependabot-fix
Browse files Browse the repository at this point in the history
Fix and update Dependabot configuration
  • Loading branch information
xicri authored Aug 2, 2024
2 parents 03d11eb + 45f6cad commit fa41635
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 23 deletions.
37 changes: 37 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
assignees:
- "xicri"
groups:
security:
applies-to: "security-updates"
update-types:
- "minor"
- "patch"
security-breaking:
applies-to: "security-updates"
update-types:
- "major"
compatible:
applies-to: "version-updates"
update-types:
- "minor"
- "patch"
not-urgent:
applies-to: "version-updates"
patterns:
- "eslint"
- "eslint-plugin-*"
- "eslint-config-*"
- "typescript-eslint"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "xicri"
23 changes: 0 additions & 23 deletions dependabot.yml

This file was deleted.

0 comments on commit fa41635

Please sign in to comment.