Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/azure-devops-node-ap…
Browse files Browse the repository at this point in the history
…i-14.1.0
  • Loading branch information
SofiaBlomgrenOP authored Oct 10, 2024
2 parents b9dbd76 + 410c2bb commit c57fe69
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ updates:
directory: '/' # Location of package manifests
schedule:
interval: 'daily'
# Config to only set patch-labels for dependabot PRs
# OBS - For this to happen it also requires that a skip-release label is added on the repository level
labels:
- 'patch'

Expand All @@ -18,5 +20,7 @@ updates:
directory: '/'
schedule:
interval: 'daily'
# Config to only set patch-labels for dependabot PRs
# OBS - For this to happen it also requires that a skip-release label is added on the repository level
labels:
- 'patch'
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@octokit/types": "^13.5.0",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.5",
"@types/node": "^22.7.4",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand Down

0 comments on commit c57fe69

Please sign in to comment.