Skip to content

Commit

Permalink
Add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Sep 15, 2024
1 parent 06dbcd7 commit 5987bac
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for more information:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://containers.dev/guide/dependabot

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
labels:
- "dependency"
- "github-actions"
- "workflows"

- package-ecosystem: "npm"
versioning-strategy: increase
directory: "/"
allow:
- dependency-type: "direct"
groups:
npm-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
npm-dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "@types/node"
versions: ["22.x", "20.x"]
schedule:
interval: "weekly"
day: "sunday"
labels:
- "dependency"
- "npm"

0 comments on commit 5987bac

Please sign in to comment.