Skip to content

Commit

Permalink
chore: Configure automatic dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
guilgaly committed Jul 16, 2024
1 parent d29b918 commit 0dcc2ca
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/js"
labels:
- "dependencies"
- "npm"
schedule:
interval: "weekly"
day: "sunday"
ignore:
- dependency-name: "@gatling.io/*"
- package-ecosystem: "npm"
directory: "/js-simulation"
labels:
- "dependencies"
- "npm"
schedule:
interval: "weekly"
day: "sunday"
ignore:
- dependency-name: "@gatling.io/*"
- package-ecosystem: "npm"
directory: "/ts-simulation"
labels:
- "dependencies"
- "npm"
schedule:
interval: "weekly"
day: "sunday"
ignore:
- dependency-name: "@gatling.io/*"
3 changes: 3 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
commits.message = "chore: update ${artifactName} from ${currentVersion} to ${nextVersion}"

buildRoots = [ "jvm" ]

0 comments on commit 0dcc2ca

Please sign in to comment.