forked from SnosMe/awakened-poe-trade
-
Notifications
You must be signed in to change notification settings - Fork 88
feat: Add comprehensive Linux setup guide and automation tools #597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rduffyuk
wants to merge
10
commits into
Kvan7:master
Choose a base branch
from
rduffyuk:feature/linux-locally
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
f287850
feat: Add comprehensive Linux setup guide and automation scripts
rduffyuk b8e546a
fix: Implement Copilot suggestions for improved script robustness
rduffyuk e3acc31
feat: Add Rise of the Abyssal league data with full GGG ToS compliance
rduffyuk b7fbbb4
fix: Address 10 critical GitHub issues with comprehensive solutions
rduffyuk db50d82
feat: Implement comprehensive Copilot code review suggestions
rduffyuk faab91d
fix: Remove duplicate Ingenuity Utility Belt entry
rduffyuk 1cf8436
security: Implement comprehensive security fixes addressing critical β¦
rduffyuk 1677769
docs: Add comprehensive project documentation and change analysis
rduffyuk e0e31aa
Security: Update dependencies to fix 29 vulnerabilities
rduffyuk 72fcc87
ci: Add comprehensive dependabot configuration
rduffyuk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,72 @@ | ||
| version: 2 | ||
| updates: | ||
| # Enable version updates for npm (main package) | ||
| - package-ecosystem: "npm" | ||
| directory: "/main" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "monday" | ||
| time: "09:00" | ||
| open-pull-requests-limit: 10 | ||
| assignees: | ||
| - "rduffyuk" | ||
| commit-message: | ||
| prefix: "deps(main)" | ||
| include: "scope" | ||
| groups: | ||
| electron-updates: | ||
| patterns: | ||
| - "electron*" | ||
| - "@electron/*" | ||
| build-tools: | ||
| patterns: | ||
| - "vite*" | ||
| - "esbuild*" | ||
| - "@vitejs/*" | ||
| security-updates: | ||
| patterns: | ||
| - "*" | ||
| dependency-type: "production" | ||
| update-types: | ||
| - "security" | ||
|
|
||
| # Enable version updates for npm (renderer package) | ||
| - package-ecosystem: "npm" | ||
| directory: "/renderer" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "monday" | ||
| time: "09:00" | ||
| open-pull-requests-limit: 10 | ||
| assignees: | ||
| - "rduffyuk" | ||
| commit-message: | ||
| prefix: "deps(renderer)" | ||
| include: "scope" | ||
| groups: | ||
| vue-ecosystem: | ||
| patterns: | ||
| - "vue*" | ||
| - "@vue/*" | ||
| - "@vitejs/*" | ||
| testing-tools: | ||
| patterns: | ||
| - "vitest*" | ||
| - "@vitest/*" | ||
| security-updates: | ||
| patterns: | ||
| - "*" | ||
| dependency-type: "production" | ||
| update-types: | ||
| - "security" | ||
|
|
||
| # Enable version updates for GitHub Actions | ||
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "monday" | ||
| time: "09:00" | ||
| commit-message: | ||
| prefix: "ci" | ||
| include: "scope" | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this PR gets merged to the Kvan7 repo, you'd be assigned to every dependabot update π
There's a few other places this happens too.