Skip to content

Commit

Permalink
Add tauri update exclusion upper than 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zelytra committed Jan 2, 2025
1 parent 2595b5f commit 5c46131
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ updates:
directory: "/webapp" # Location of package manifests
schedule:
interval: "monthly"
ignore:
- dependency-name: "@tauri-apps/api"
versions: ">=1.5.4"
groups:
npm:
applies-to: version-updates
patterns:
- "*"
- "*"

- package-ecosystem: "maven" # See documentation for possible values
directory: "/backend" # Location of package manifests
schedule:
Expand All @@ -17,15 +21,17 @@ updates:
npm:
applies-to: version-updates
patterns:
- "*"
- "*"

- package-ecosystem: "npm" # See documentation for possible values
directory: "/website" # Location of package manifests
schedule:
interval: "monthly"
ignore:
- dependency-name: "@tauri-apps/api"
versions: ">=1.5.4"
groups:
npm:
applies-to: version-updates
patterns:
- "*"


- "*"
4 changes: 2 additions & 2 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"dependencies": {
"@js-joda/core": "^5.6.3",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/api": "^1.5.2",
"keycloak-js": "^26.0.7",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@tauri-apps/cli": "^1.5.2",
"@vitejs/plugin-vue": "^5.2.1",
"sass": "^1.83.0",
"typescript": "^5.7.2",
Expand Down

0 comments on commit 5c46131

Please sign in to comment.