-
Notifications
You must be signed in to change notification settings - Fork 15
release v1.3.2 #90
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
Merged
release v1.3.2 #90
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
ad87399
Create renovate.json
OmidID dadbcfb
add renovate pipeline
OmidID 524a513
update renovate version
OmidID 8d79ce1
fix issue of renovate token
OmidID 0c5bf5e
Create renovate-config.js
OmidID 0ab933f
Update renovate.yml
OmidID 55ac956
Delete .github/configs directory
OmidID 78c318f
Create renovate-config.js
OmidID 111aad0
Update renovate-config.js
OmidID a64d8f0
Update renovate-config.js
OmidID 949ae59
remove dry run from renovate
OmidID 90a186e
Update renovate-config.js
OmidID 5d86c1d
Update renovate-config.js
OmidID 98c1534
Update renovate.yml (#79)
OmidID 5e3e78b
Update renovate.yml
OmidID 0d88096
Update renovate.yml
OmidID 52070c9
Migrate config renovate.json (#81)
OmidID b9f1eec
Delete renovate.json
OmidID f0c7b77
Update renovate.yml
OmidID 57737de
Add renovate.json (#82)
OmidID 990ed1b
Update dependency Newtonsoft.Json to 13.0.3 (#83)
OmidID d995dd3
Update dependency Xamarin.AndroidX.Core.SplashScreen to 1.0.1.15 (#84)
OmidID d5ebaf6
Update renovate.yml
OmidID 0bba274
Update renovate-config.js
OmidID 345fcb8
Update renovate.yml
OmidID 00821f1
Update renovate.yml
OmidID a5154e1
move to central package (#87)
OmidID 4a989d2
Update avalonia monorepo to 11.3.0 (#88)
OmidID f9a2580
Update dependency ReactiveUI to 20.2.45 (#89)
OmidID 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,11 @@ | ||
| module.exports = { | ||
| "extends": ["config:recommended", ":disableDependencyDashboard"], | ||
| "repositories": ["AvaloniaInside/Shell"], | ||
| "platform": "github", | ||
| "branchPrefix": "renovate/", | ||
| "gitAuthor": "Renovate Bot <bot@renovateapp.com>", | ||
| "automerge": false, | ||
| "forkProcessing": "enabled", | ||
| "allowedCommands": [".*"], | ||
| "prCreation": "immediate" | ||
| }; |
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,19 @@ | ||
| name: Renovate Dependency Update | ||
|
|
||
| on: | ||
| schedule: | ||
| - cron: '0 6 * * *' | ||
| workflow_dispatch: | ||
| jobs: | ||
| renovate: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4.2.2 | ||
| - name: Self-hosted Renovate | ||
| uses: renovatebot/github-action@v42.0.0 | ||
| with: | ||
| configurationFile: .github/configs/renovate-config.js | ||
| token: ${{ secrets.RENOVATE_PAT_TOKEN }} | ||
| env: | ||
| LOG_LEVEL: debug | ||
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,3 @@ | ||
| { | ||
| "$schema": "https://docs.renovatebot.com/renovate-schema.json" | ||
| } |
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
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
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,23 @@ | ||
| <Project> | ||
| <PropertyGroup> | ||
| <CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> | ||
| <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <PackageVersion Include="Avalonia" Version="11.3.0"/> | ||
| <PackageVersion Include="Avalonia.Desktop" Version="11.3.0" /> | ||
| <PackageVersion Include="Avalonia.Android" Version="11.3.0" /> | ||
| <PackageVersion Include="Avalonia.iOS" Version="11.3.0" /> | ||
| <PackageVersion Include="Avalonia.Browser" Version="11.3.0" /> | ||
| <PackageVersion Include="Avalonia.Themes.Fluent" Version="11.3.0"/> | ||
| <PackageVersion Include="Avalonia.ReactiveUI" Version="11.3.0" /> | ||
| <PackageVersion Include="Avalonia.Diagnostics" Version="11.3.0" /> | ||
| <PackageVersion Include="Avalonia.Themes.Fluent" Version="11.3.0" /> | ||
| <PackageVersion Include="Avalonia.Fonts.Inter" Version="11.3.0" /> | ||
| <PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
| <PackageVersion Include="Projektanker.Icons.Avalonia" Version="8.3.0" /> | ||
| <PackageVersion Include="Projektanker.Icons.Avalonia.FontAwesome" Version="8.3.0" /> | ||
| <PackageVersion Include="Xamarin.AndroidX.Core.SplashScreen" Version="1.0.1.15" /> | ||
| <PackageVersion Include="ReactiveUI" Version="20.2.45" /> | ||
| </ItemGroup> | ||
| </Project> |
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
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
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
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
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
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
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
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
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
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
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.
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Copilot Autofix
AI 9 months ago
To fix the issue, add a
permissionsblock to the workflow. Since the workflow primarily checks out the repository and uses Renovate for dependency updates, it likely only requirescontents: readpermissions. This ensures that theGITHUB_TOKENis restricted to read-only access, adhering to the principle of least privilege.The
permissionsblock should be added at the root level of the workflow to apply to all jobs. If specific jobs require additional permissions, they can override the root-level permissions.