diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ced57cb..77ed03e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: @@ -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: - - "*" - - + - "*" diff --git a/webapp/package.json b/webapp/package.json index e1386dc..56218b2 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -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",