Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit bcee464

Browse files
OmidIDrenovate-bot
andauthored
release v1.3.2 (#90)
* Create renovate.json * add renovate pipeline * update renovate version * fix issue of renovate token * Create renovate-config.js * Update renovate.yml * Delete .github/configs directory * Create renovate-config.js * Update renovate-config.js * Update renovate-config.js * remove dry run from renovate * Update renovate-config.js * Update renovate-config.js * Update renovate.yml (#79) * Update renovate.yml * Update renovate.yml * Migrate config renovate.json (#81) Co-authored-by: Renovate Bot <bot@renovateapp.com> * Delete renovate.json * Update renovate.yml * Add renovate.json (#82) Co-authored-by: Renovate Bot <bot@renovateapp.com> * Update dependency Newtonsoft.Json to 13.0.3 (#83) Co-authored-by: Renovate Bot <bot@renovateapp.com> * Update dependency Xamarin.AndroidX.Core.SplashScreen to 1.0.1.15 (#84) Co-authored-by: Renovate Bot <bot@renovateapp.com> * Update renovate.yml * Update renovate-config.js * Update renovate.yml * Update renovate.yml * move to central package (#87) * Update avalonia monorepo to 11.3.0 (#88) Co-authored-by: Renovate Bot <bot@renovateapp.com> * Update dependency ReactiveUI to 20.2.45 (#89) Co-authored-by: Renovate Bot <bot@renovateapp.com> --------- Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent e7d6773 commit bcee464

16 files changed

Lines changed: 89 additions & 32 deletions

File tree

.github/configs/renovate-config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
"extends": ["config:recommended", ":disableDependencyDashboard"],
3+
"repositories": ["AvaloniaInside/Shell"],
4+
"platform": "github",
5+
"branchPrefix": "renovate/",
6+
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
7+
"automerge": false,
8+
"forkProcessing": "enabled",
9+
"allowedCommands": [".*"],
10+
"prCreation": "immediate"
11+
};

.github/workflows/renovate.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Renovate Dependency Update
2+
3+
on:
4+
schedule:
5+
- cron: '0 6 * * *'
6+
workflow_dispatch:
7+
jobs:
8+
renovate:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v4.2.2
13+
- name: Self-hosted Renovate
14+
uses: renovatebot/github-action@v42.0.0
15+
with:
16+
configurationFile: .github/configs/renovate-config.js
17+
token: ${{ secrets.RENOVATE_PAT_TOKEN }}
18+
env:
19+
LOG_LEVEL: debug

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
3+
}

src/AvaloniaInside.Shell.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{50F7051E
2121
ProjectSection(SolutionItems) = preProject
2222
Directory.Build.props = Directory.Build.props
2323
..\README.md = ..\README.md
24+
Directory.Packages.props = Directory.Packages.props
2425
EndProjectSection
2526
EndProject
2627
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShellBottomCustomNavigator", "Example\ShellBottomCustomNavigator\ShellBottomCustomNavigator\ShellBottomCustomNavigator.csproj", "{6D8FCCDB-C66B-4B81-9555-725E1EE912B8}"

src/AvaloniaInside.Shell/AvaloniaInside.Shell.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<AvaloniaResource Include="**\*.axaml" />
2323
</ItemGroup>
2424
<ItemGroup>
25-
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
26-
<PackageReference Include="Avalonia.Themes.Fluent" Version="$(AvaloniaVersion)" />
27-
<PackageReference Include="Avalonia.ReactiveUI" Version="$(AvaloniaVersion)" />
25+
<PackageReference Include="Avalonia" />
26+
<PackageReference Include="Avalonia.Themes.Fluent" />
27+
<PackageReference Include="Avalonia.ReactiveUI" />
2828
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
29-
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)" />
29+
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" />
3030
</ItemGroup>
3131
<ItemGroup>
3232
<UpToDateCheckInput Remove="Assets\avalonia-logo.ico" />

src/Directory.Packages.props

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<Project>
2+
<PropertyGroup>
3+
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
4+
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
5+
</PropertyGroup>
6+
<ItemGroup>
7+
<PackageVersion Include="Avalonia" Version="11.3.0"/>
8+
<PackageVersion Include="Avalonia.Desktop" Version="11.3.0" />
9+
<PackageVersion Include="Avalonia.Android" Version="11.3.0" />
10+
<PackageVersion Include="Avalonia.iOS" Version="11.3.0" />
11+
<PackageVersion Include="Avalonia.Browser" Version="11.3.0" />
12+
<PackageVersion Include="Avalonia.Themes.Fluent" Version="11.3.0"/>
13+
<PackageVersion Include="Avalonia.ReactiveUI" Version="11.3.0" />
14+
<PackageVersion Include="Avalonia.Diagnostics" Version="11.3.0" />
15+
<PackageVersion Include="Avalonia.Themes.Fluent" Version="11.3.0" />
16+
<PackageVersion Include="Avalonia.Fonts.Inter" Version="11.3.0" />
17+
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
18+
<PackageVersion Include="Projektanker.Icons.Avalonia" Version="8.3.0" />
19+
<PackageVersion Include="Projektanker.Icons.Avalonia.FontAwesome" Version="8.3.0" />
20+
<PackageVersion Include="Xamarin.AndroidX.Core.SplashScreen" Version="1.0.1.15" />
21+
<PackageVersion Include="ReactiveUI" Version="20.2.45" />
22+
</ItemGroup>
23+
</Project>

src/Example/ShellBottomCustomNavigator/ShellBottomCustomNavigator.Android/ShellBottomCustomNavigator.Android.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Avalonia.Android" Version="$(AvaloniaVersion)"/>
22-
<PackageReference Include="Xamarin.AndroidX.Core.SplashScreen" Version="1.0.1.1"/>
21+
<PackageReference Include="Avalonia.Android"/>
22+
<PackageReference Include="Xamarin.AndroidX.Core.SplashScreen" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

src/Example/ShellBottomCustomNavigator/ShellBottomCustomNavigator.Browser/ShellBottomCustomNavigator.Browser.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Avalonia.Browser" Version="$(AvaloniaVersion)"/>
15+
<PackageReference Include="Avalonia.Browser"/>
1616
</ItemGroup>
1717

1818
<ItemGroup>

src/Example/ShellBottomCustomNavigator/ShellBottomCustomNavigator.Desktop/ShellBottomCustomNavigator.Desktop.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Avalonia.Desktop" Version="$(AvaloniaVersion)"/>
16+
<PackageReference Include="Avalonia.Desktop"/>
1717
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
18-
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)"/>
18+
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics"/>
1919
</ItemGroup>
2020

2121
<ItemGroup>

src/Example/ShellBottomCustomNavigator/ShellBottomCustomNavigator.iOS/ShellBottomCustomNavigator.iOS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Avalonia.iOS" Version="$(AvaloniaVersion)"/>
10+
<PackageReference Include="Avalonia.iOS"/>
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)