Skip to content

Commit

Permalink
Merge pull request #44 from h1dden-da3m0n/fix/bump-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
crobibero authored May 16, 2022
2 parents 9684dc7 + 28ad3db commit 177bb79
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 45 deletions.
29 changes: 0 additions & 29 deletions .github/dependabot.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>jellyfin/.github//renovate-presets/default"
]
}
14 changes: 0 additions & 14 deletions .github/workflows/bump-version.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/scan-codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@ name: '🔬 Run CodeQL'

on:
push:
branches: [ master ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**/*.md'
schedule:
- cron: '24 2 * * 4'
workflow_dispatch:

jobs:
Expand Down
7 changes: 7 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project>
<PropertyGroup>
<Version>0.0.0.0</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<FileVersion>0.0.0.0</FileVersion>
</PropertyGroup>
</Project>
2 changes: 0 additions & 2 deletions Jellyfin.Plugin.TvMaze/Jellyfin.Plugin.TvMaze.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>7.0.0.0</FileVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 177bb79

Please sign in to comment.