mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
fix(renovate): remove unnecessary configuration for renovate (#679)
* fix(renovate): remove unnecessary configuration for renovate * chore: update renovate.json * chore: format stable.json
This commit is contained in:
parent
7d5f44d29a
commit
b6d59257c3
2 changed files with 35 additions and 115 deletions
|
@ -4,31 +4,19 @@
|
||||||
"timezone": "UTC",
|
"timezone": "UTC",
|
||||||
"schedule": ["before 9am on Monday"],
|
"schedule": ["before 9am on Monday"],
|
||||||
"labels": ["dependencies"],
|
"labels": ["dependencies"],
|
||||||
"assignees": ["@me"],
|
"prConcurrentLimit": 10,
|
||||||
"prConcurrentLimit": 5,
|
"rebaseWhen": "conflicted",
|
||||||
"prHourlyLimit": 2,
|
"prHourlyLimit": 2,
|
||||||
"lockFileMaintenance": {
|
|
||||||
"enabled": true,
|
|
||||||
"automerge": false,
|
|
||||||
"schedule": ["before 9am on Monday"]
|
|
||||||
},
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Astro and React ecosystem packages",
|
"description": "Astro and React ecosystem packages",
|
||||||
"matchPackagePatterns": ["^@astrojs/", "^astro", "^react", "^@types/react"],
|
"matchPackagePatterns": ["^@astrojs/", "^astro", "^react", "^@types/react"],
|
||||||
"groupName": "Astro and React core",
|
"groupName": "Astro and React core"
|
||||||
"schedule": ["before 9am on Monday"],
|
|
||||||
"automerge": false,
|
|
||||||
"reviewersFromCodeOwners": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Development dependencies",
|
"description": "Development dependencies",
|
||||||
"matchDepTypes": ["devDependencies"],
|
"matchDepTypes": ["devDependencies"],
|
||||||
"groupName": "Dev dependencies",
|
"groupName": "Dev dependencies"
|
||||||
"schedule": ["before 9am on Monday"],
|
|
||||||
"automerge": false,
|
|
||||||
"automergeType": "pr",
|
|
||||||
"minimumReleaseAge": "3 days"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Testing packages",
|
"description": "Testing packages",
|
||||||
|
@ -39,19 +27,13 @@
|
||||||
"^@vitest/",
|
"^@vitest/",
|
||||||
"^jsdom"
|
"^jsdom"
|
||||||
],
|
],
|
||||||
"groupName": "Testing packages",
|
"groupName": "Testing packages"
|
||||||
"schedule": ["before 9am on Monday"],
|
|
||||||
"automerge": false,
|
|
||||||
"automergeType": "pr"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "ESLint and TypeScript packages",
|
"description": "ESLint and TypeScript packages",
|
||||||
"matchPackagePatterns": ["^@typescript-eslint/", "^eslint", "^typescript", "^@types/"],
|
"matchPackagePatterns": ["^@typescript-eslint/", "^eslint", "^typescript", "^@types/"],
|
||||||
"excludePackagePatterns": ["^@types/react"],
|
"excludePackagePatterns": ["^@types/react"],
|
||||||
"groupName": "TypeScript and ESLint",
|
"groupName": "TypeScript and ESLint"
|
||||||
"schedule": ["before 9am on Monday"],
|
|
||||||
"automerge": false,
|
|
||||||
"automergeType": "pr"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Formatting and code quality tools",
|
"description": "Formatting and code quality tools",
|
||||||
|
@ -62,66 +44,46 @@
|
||||||
"husky",
|
"husky",
|
||||||
"lint-staged"
|
"lint-staged"
|
||||||
],
|
],
|
||||||
"groupName": "Code formatting tools",
|
"groupName": "Code formatting tools"
|
||||||
"schedule": ["before 9am on Monday"],
|
|
||||||
"automerge": false,
|
|
||||||
"automergeType": "pr"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "TailwindCSS ecosystem",
|
"description": "TailwindCSS ecosystem",
|
||||||
"matchPackagePatterns": ["^tailwind", "^@tailwindcss/"],
|
"matchPackagePatterns": ["^tailwind", "^@tailwindcss/"],
|
||||||
"matchPackageNames": ["autoprefixer", "postcss", "clsx", "tailwind-merge"],
|
"matchPackageNames": ["autoprefixer", "postcss", "clsx", "tailwind-merge"],
|
||||||
"groupName": "TailwindCSS ecosystem",
|
"groupName": "TailwindCSS ecosystem"
|
||||||
"schedule": ["before 9am on Monday"],
|
|
||||||
"automerge": false
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "FontAwesome packages",
|
"description": "FontAwesome packages",
|
||||||
"matchPackagePatterns": ["^@fortawesome/"],
|
"matchPackagePatterns": ["^@fortawesome/"],
|
||||||
"groupName": "FontAwesome packages",
|
"groupName": "FontAwesome packages"
|
||||||
"schedule": ["before 9am on Monday"],
|
|
||||||
"automerge": false,
|
|
||||||
"automergeType": "pr"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Lucide icon packages",
|
"description": "Lucide icon packages",
|
||||||
"matchPackagePatterns": ["^lucide-"],
|
"matchPackagePatterns": ["^lucide-"],
|
||||||
"groupName": "Lucide icons",
|
"groupName": "Lucide icons"
|
||||||
"schedule": ["before 9am on Monday"],
|
|
||||||
"automerge": false,
|
|
||||||
"automergeType": "pr"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Major updates require manual review",
|
"description": "Major updates require manual review",
|
||||||
"matchUpdateTypes": ["major"],
|
"matchUpdateTypes": ["major"],
|
||||||
"automerge": false,
|
"labels": ["dependencies", "major-update"]
|
||||||
"schedule": ["before 9am on Monday"],
|
|
||||||
"labels": ["dependencies", "major-update"],
|
|
||||||
"reviewersFromCodeOwners": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Pin Node.js to LTS versions",
|
"description": "Pin Node.js to LTS versions",
|
||||||
"matchPackageNames": ["node"],
|
"matchPackageNames": ["node"],
|
||||||
"allowedVersions": "/^(18|20|22)\\./",
|
"allowedVersions": "/^(18|20|22)\\./"
|
||||||
"automerge": false
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Cloudflare Workers and Wrangler",
|
"description": "Cloudflare Workers and Wrangler",
|
||||||
"matchPackageNames": ["wrangler", "@astrojs/cloudflare"],
|
"matchPackageNames": ["wrangler", "@astrojs/cloudflare"],
|
||||||
"groupName": "Cloudflare ecosystem",
|
"groupName": "Cloudflare ecosystem"
|
||||||
"schedule": ["before 9am on Monday"],
|
|
||||||
"automerge": false,
|
|
||||||
"reviewersFromCodeOwners": true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"vulnerabilityAlerts": {
|
"vulnerabilityAlerts": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"labels": ["security", "dependencies"],
|
"labels": ["security", "dependencies"]
|
||||||
"automerge": false,
|
|
||||||
"schedule": ["at any time"]
|
|
||||||
},
|
},
|
||||||
"osvVulnerabilityAlerts": true,
|
"osvVulnerabilityAlerts": true,
|
||||||
"dependencyDashboard": false,
|
"dependencyDashboard": true,
|
||||||
"dependencyDashboardTitle": "Dependency Dashboard",
|
"dependencyDashboardTitle": "Dependency Dashboard",
|
||||||
"dependencyDashboardHeader": "This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.",
|
"dependencyDashboardHeader": "This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.",
|
||||||
"dependencyDashboardFooter": "Configure Renovate in `renovate.json`",
|
"dependencyDashboardFooter": "Configure Renovate in `renovate.json`",
|
||||||
|
|
|
@ -31,10 +31,7 @@
|
||||||
"version": "1.0.0-a.2",
|
"version": "1.0.0-a.2",
|
||||||
"date": "12/07/2024",
|
"date": "12/07/2024",
|
||||||
"extra": "This release is the second alpha release of the 1.0.0-alpha series. It includes a lot of bug fixes and improvements given the feedback we received from the first alpha release. This release is still not considered stable, but it's a big step towards the first stable release.",
|
"extra": "This release is the second alpha release of the 1.0.0-alpha series. It includes a lot of bug fixes and improvements given the feedback we received from the first alpha release. This release is still not considered stable, but it's a big step towards the first stable release.",
|
||||||
"features": [
|
"features": ["Added support for macOS aarch64!", "Some performance improvements"],
|
||||||
"Added support for macOS aarch64!",
|
|
||||||
"Some performance improvements"
|
|
||||||
],
|
|
||||||
"fixes": [
|
"fixes": [
|
||||||
{
|
{
|
||||||
"description": "Fixed rounded corners of browser views for some websites",
|
"description": "Fixed rounded corners of browser views for some websites",
|
||||||
|
@ -49,18 +46,13 @@
|
||||||
"issue": 50
|
"issue": 50
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"breakingChanges": [
|
"breakingChanges": ["Removed support window's stub installer. It's under development."]
|
||||||
"Removed support window's stub installer. It's under development."
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.0-a.3",
|
"version": "1.0.0-a.3",
|
||||||
"date": "14/07/2024",
|
"date": "14/07/2024",
|
||||||
"extra": "This release is the third alpha release of the 1.0.0-alpha series. One big feature of this release is the new workspaces feature. This feature allows you to create different workspaces with different tabs and configurations. This release also includes a lot of bug fixes and improvements.",
|
"extra": "This release is the third alpha release of the 1.0.0-alpha series. One big feature of this release is the new workspaces feature. This feature allows you to create different workspaces with different tabs and configurations. This release also includes a lot of bug fixes and improvements.",
|
||||||
"features": [
|
"features": ["Added support for workspaces (Experimental)", "Better support for macOS aarch64"],
|
||||||
"Added support for workspaces (Experimental)",
|
|
||||||
"Better support for macOS aarch64"
|
|
||||||
],
|
|
||||||
"fixes": [
|
"fixes": [
|
||||||
{
|
{
|
||||||
"description": "Fixed subwindows not being displayed correctly",
|
"description": "Fixed subwindows not being displayed correctly",
|
||||||
|
@ -262,9 +254,7 @@
|
||||||
"issue": 89
|
"issue": 89
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"breakingChanges": [
|
"breakingChanges": ["Changed the ID for flatpak to io.github.zen_browser.zen"]
|
||||||
"Changed the ID for flatpak to io.github.zen_browser.zen"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.0-a.11",
|
"version": "1.0.0-a.11",
|
||||||
|
@ -310,9 +300,7 @@
|
||||||
"issue": 124
|
"issue": 124
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"breakingChanges": [
|
"breakingChanges": ["Changed the ID for AppImage to io.github.zen_browser.zen"]
|
||||||
"Changed the ID for AppImage to io.github.zen_browser.zen"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.0.0-a.12",
|
"version": "1.0.0-a.12",
|
||||||
|
@ -363,9 +351,7 @@
|
||||||
"version": "1.0.0-a.13",
|
"version": "1.0.0-a.13",
|
||||||
"date": "05/08/2024",
|
"date": "05/08/2024",
|
||||||
"extra": "This is a smaller release to fix some bugs and improve some small details.\n\nIm going to try doing more frequent releases from now on, see how it goes.",
|
"extra": "This is a smaller release to fix some bugs and improve some small details.\n\nIm going to try doing more frequent releases from now on, see how it goes.",
|
||||||
"features": [
|
"features": ["Allow to remember sidebar width even after collapsing it."],
|
||||||
"Allow to remember sidebar width even after collapsing it."
|
|
||||||
],
|
|
||||||
"fixes": [
|
"fixes": [
|
||||||
{
|
{
|
||||||
"description": "Task Manager Icon Missing in Flatpak Version",
|
"description": "Task Manager Icon Missing in Flatpak Version",
|
||||||
|
@ -903,10 +889,7 @@
|
||||||
"description": "Fixed Mods not being applied to every single window opened"
|
"description": "Fixed Mods not being applied to every single window opened"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"breakingChanges": [
|
"breakingChanges": ["Removed Galaxy and Dream mods", "Removed the 'legacy-toolbar' preference"],
|
||||||
"Removed Galaxy and Dream mods",
|
|
||||||
"Removed the 'legacy-toolbar' preference"
|
|
||||||
],
|
|
||||||
"themeChanges": [
|
"themeChanges": [
|
||||||
"Themes will now be able to have string and number values",
|
"Themes will now be able to have string and number values",
|
||||||
"The configuration schema for mods has been updated. All current mods have been updated automatically."
|
"The configuration schema for mods has been updated. All current mods have been updated automatically."
|
||||||
|
@ -917,9 +900,7 @@
|
||||||
"date": "23/09/2024",
|
"date": "23/09/2024",
|
||||||
"workflowId": 11000317603,
|
"workflowId": 11000317603,
|
||||||
"extra": "This update addresses some significant issues with the previous release.\n\nWe appreciate your patience and support!",
|
"extra": "This update addresses some significant issues with the previous release.\n\nWe appreciate your patience and support!",
|
||||||
"features": [
|
"features": ["Added a new system for handling keyboard shortcuts"],
|
||||||
"Added a new system for handling keyboard shortcuts"
|
|
||||||
],
|
|
||||||
"fixes": [
|
"fixes": [
|
||||||
{
|
{
|
||||||
"description": "The New Tab button is not visible",
|
"description": "The New Tab button is not visible",
|
||||||
|
@ -974,9 +955,7 @@
|
||||||
"Enabled container tabs by default",
|
"Enabled container tabs by default",
|
||||||
"Improved Expand Tabs on Hover layout"
|
"Improved Expand Tabs on Hover layout"
|
||||||
],
|
],
|
||||||
"themeChanges": [
|
"themeChanges": ["Toggle inputs will not use the themed tertiary color"],
|
||||||
"Toggle inputs will not use the themed tertiary color"
|
|
||||||
],
|
|
||||||
"breakingChanges": [
|
"breakingChanges": [
|
||||||
"The keyboard shortcuts will be overridden by the defaults ones in this update"
|
"The keyboard shortcuts will be overridden by the defaults ones in this update"
|
||||||
],
|
],
|
||||||
|
@ -1266,9 +1245,7 @@
|
||||||
"issue": 2156
|
"issue": 2156
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"breakingChanges": [
|
"breakingChanges": ["Removed Show Expand Button option from settings"],
|
||||||
"Removed Show Expand Button option from settings"
|
|
||||||
],
|
|
||||||
"themeChanges": [
|
"themeChanges": [
|
||||||
"The variable '--zen-main-browser-background' will now contain the generated gradient",
|
"The variable '--zen-main-browser-background' will now contain the generated gradient",
|
||||||
"Added the 'unread' attribute for background tabs that haven't been accessed yet"
|
"Added the 'unread' attribute for background tabs that haven't been accessed yet"
|
||||||
|
@ -1340,9 +1317,7 @@
|
||||||
"issue": 2413
|
"issue": 2413
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"breakingChanges": [
|
"breakingChanges": ["Changed the default layout of the customizable UI buttons"],
|
||||||
"Changed the default layout of the customizable UI buttons"
|
|
||||||
],
|
|
||||||
"features": [
|
"features": [
|
||||||
"Added Zen Glance!",
|
"Added Zen Glance!",
|
||||||
"Updated to the latest stable version of Firefox (132.0)",
|
"Updated to the latest stable version of Firefox (132.0)",
|
||||||
|
@ -2286,9 +2261,7 @@
|
||||||
"Fixed pinning a tab adding them to the essentials container",
|
"Fixed pinning a tab adding them to the essentials container",
|
||||||
"Other small fixes for compact mode not animating properly"
|
"Other small fixes for compact mode not animating properly"
|
||||||
],
|
],
|
||||||
"features": [
|
"features": ["localhost and http URL will no longer be trimmed in single toolbar layout"],
|
||||||
"localhost and http URL will no longer be trimmed in single toolbar layout"
|
|
||||||
],
|
|
||||||
"workflowId": 13530880093,
|
"workflowId": 13530880093,
|
||||||
"date": "25/02/2025"
|
"date": "25/02/2025"
|
||||||
},
|
},
|
||||||
|
@ -2411,9 +2384,7 @@
|
||||||
{
|
{
|
||||||
"version": "1.10.3b",
|
"version": "1.10.3b",
|
||||||
"extra": "Terribly sorry for the frequent updates, this emergency release simply updates Firefox, fixing a critical vulnerability in chromium's sandboxing system. You can read more here:\n\n<a href='https://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/'>https://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/</a>",
|
"extra": "Terribly sorry for the frequent updates, this emergency release simply updates Firefox, fixing a critical vulnerability in chromium's sandboxing system. You can read more here:\n\n<a href='https://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/'>https://cyberinsider.com/firefox-says-its-vulnerable-to-chromes-zero-day-used-in-espionage-attacks/</a>",
|
||||||
"features": [
|
"features": ["Updated Firefox to 136.0.4"],
|
||||||
"Updated Firefox to 136.0.4"
|
|
||||||
],
|
|
||||||
"workflowId": 14109635630,
|
"workflowId": 14109635630,
|
||||||
"date": "27/03/2025"
|
"date": "27/03/2025"
|
||||||
},
|
},
|
||||||
|
@ -2713,10 +2684,7 @@
|
||||||
{
|
{
|
||||||
"version": "1.12.5b",
|
"version": "1.12.5b",
|
||||||
"extra": "",
|
"extra": "",
|
||||||
"fixes": [
|
"fixes": ["A weird shadow with the URL bar.", "'All tabs' button appearing unexpectedly."],
|
||||||
"A weird shadow with the URL bar.",
|
|
||||||
"'All tabs' button appearing unexpectedly."
|
|
||||||
],
|
|
||||||
"features": [],
|
"features": [],
|
||||||
"workflowId": 15024223699,
|
"workflowId": 15024223699,
|
||||||
"date": "14/05/2025"
|
"date": "14/05/2025"
|
||||||
|
@ -2738,9 +2706,7 @@
|
||||||
"Updated to Firefox 138.0.4",
|
"Updated to Firefox 138.0.4",
|
||||||
"Better compact mode support for multiple toolbars."
|
"Better compact mode support for multiple toolbars."
|
||||||
],
|
],
|
||||||
"knownIssues": [
|
"knownIssues": ["Selecting a tab on private mode doesn't scroll to make the tab visible."],
|
||||||
"Selecting a tab on private mode doesn't scroll to make the tab visible."
|
|
||||||
],
|
|
||||||
"themeChanges": [
|
"themeChanges": [
|
||||||
"Changed the layout of workspaces and their icons internally to provide a more stable layout that doesn't require floating elements. We finally managed to get it to how we wanted it to be, so it will change less in the future."
|
"Changed the layout of workspaces and their icons internally to provide a more stable layout that doesn't require floating elements. We finally managed to get it to how we wanted it to be, so it will change less in the future."
|
||||||
],
|
],
|
||||||
|
@ -2759,9 +2725,7 @@
|
||||||
"Double-clicking on the tab strip not opening a new tab.",
|
"Double-clicking on the tab strip not opening a new tab.",
|
||||||
"Dragging tabs with Glance open acting weird."
|
"Dragging tabs with Glance open acting weird."
|
||||||
],
|
],
|
||||||
"features": [
|
"features": ["A much better transition between workspaces gradients."],
|
||||||
"A much better transition between workspaces gradients."
|
|
||||||
],
|
|
||||||
"workflowId": 15164169941,
|
"workflowId": 15164169941,
|
||||||
"image": false,
|
"image": false,
|
||||||
"date": "21/05/2025"
|
"date": "21/05/2025"
|
||||||
|
@ -2774,9 +2738,7 @@
|
||||||
"Site notifications not appearing unless hovering on the top part of the screen.",
|
"Site notifications not appearing unless hovering on the top part of the screen.",
|
||||||
"Some issues when using Glance and split view simultaneously."
|
"Some issues when using Glance and split view simultaneously."
|
||||||
],
|
],
|
||||||
"features": [
|
"features": ["Private windows will now have 'private spaces'"],
|
||||||
"Private windows will now have 'private spaces'"
|
|
||||||
],
|
|
||||||
"workflowId": 15193769814,
|
"workflowId": 15193769814,
|
||||||
"image": false,
|
"image": false,
|
||||||
"date": "23/05/2025"
|
"date": "23/05/2025"
|
||||||
|
@ -2845,9 +2807,7 @@
|
||||||
{
|
{
|
||||||
"version": "1.13.1b",
|
"version": "1.13.1b",
|
||||||
"extra": "",
|
"extra": "",
|
||||||
"fixes": [
|
"fixes": ["Small fixes from the previous release."],
|
||||||
"Small fixes from the previous release."
|
|
||||||
],
|
|
||||||
"features": [],
|
"features": [],
|
||||||
"workflowId": 15656297661,
|
"workflowId": 15656297661,
|
||||||
"image": false,
|
"image": false,
|
||||||
|
@ -2857,9 +2817,7 @@
|
||||||
"version": "1.13.2b",
|
"version": "1.13.2b",
|
||||||
"extra": "",
|
"extra": "",
|
||||||
"fixes": [],
|
"fixes": [],
|
||||||
"features": [
|
"features": ["Show spaces when right clicking on the workspace indicator"],
|
||||||
"Show spaces when right clicking on the workspace indicator"
|
|
||||||
],
|
|
||||||
"workflowId": 15668398583,
|
"workflowId": 15668398583,
|
||||||
"image": false,
|
"image": false,
|
||||||
"date": "16/06/2025"
|
"date": "16/06/2025"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue