Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jun 12, 2024
1 parent 778169c commit a51d592
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 33 deletions.
48 changes: 16 additions & 32 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,20 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: /
schedule:
interval: monthly
labels:
- 'no-changelog'
enable-beta-ecosystems: true

- package-ecosystem: 'pip'
directory: /src/test/python_tests
schedule:
interval: daily
labels:
- 'no-changelog'
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: 'pip'
directory: /
schedule:
interval: daily
labels:
- 'debt'
commit-message:
include: 'scope'
prefix: 'pip'
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: increase

- package-ecosystem: 'npm'
directory: /
schedule:
interval: monthly
labels:
- 'no-changelog'
ignore:
- dependency-name: '@types/vscode'
- dependency-name: '@types/node'
- dependency-name: 'vscode-languageclient'
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: increase
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- uses: pnpm/action-setup@v4.0.0
with:
version: 8.15.5
version: 9.3.0
run_install: |
- recursive: true
args: [
Expand Down

0 comments on commit a51d592

Please sign in to comment.