Skip to content

Commit

Permalink
ci: Update dependabot.yml (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored Apr 29, 2024
1 parent ebdc289 commit 3bf2cc0
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,46 @@
version: 2
updates:

# raygun4node
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
include: "scope"

# example: express
- package-ecosystem: "npm"
directory: "/examples/express-sample"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
include: "scope"
ignore:
# Package in example is accessed by path,
# do not update in package.json.
- dependency-name: "raygun4node"

# example: domains
- package-ecosystem: "npm"
directory: "/examples/using-domains"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
include: "scope"
ignore:
# Package in example is accessed by path,
# do not update in package.json.
- dependency-name: "raygun4node"

# Github Actions dependencies updates config
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
include: "scope"

0 comments on commit 3bf2cc0

Please sign in to comment.