Skip to content

Commit

Permalink
Dependabot config from eslint-config-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jul 18, 2022
1 parent ac74e1c commit 404ba65
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
labels:
- "dependency"
# Always increase the version requirement to match the new version.
versioning-strategy: increase

- package-ecosystem: "github-actions"
directory: "/"
ignore:
- dependency-name: "actions/*"
update-types:
["version-update:semver-minor", "version-update:semver-patch"]
schedule:
interval: "monthly"
labels:
- "github-actions"

0 comments on commit 404ba65

Please sign in to comment.