Skip to content

Commit

Permalink
Merge pull request #153 from Tradeshift/auto-update-dependencies-294bc6a
Browse files Browse the repository at this point in the history
chore: update dependency tree
  • Loading branch information
Jacob Wejendorp authored Jan 2, 2023
2 parents 78a27ef + 6dc5d34 commit d30bde1
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 61 deletions.
21 changes: 12 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
interval: "daily"
commit-message:
prefix: 'fix'
prefix-development: 'build'
include: 'scope'
prefix: "fix"
prefix-development: "build"
include: "scope"
ignore:
- dependency-name: "*"
update-types: [version-update:semver-minor, version-update:semver-patch]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: 'fix'
prefix-development: 'build'
include: 'scope'
prefix: "fix"
prefix-development: "build"
include: "scope"
1 change: 0 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ jobs:
client-cert: ${{ secrets.MTLS_CERT }}
client-key: ${{ secrets.MTLS_KEY }}
token: ${{ secrets.SONAR_TOKEN }}
host: 'https://sonar.ts.sv'
127 changes: 76 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d30bde1

Please sign in to comment.