diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 325dec4..0000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-version: 2
-updates:
- # Fetch and update latest `nuget` pkgs
- - package-ecosystem: nuget
- directory: /
- schedule:
- interval: weekly
- open-pull-requests-limit: 10
- labels:
- - chore
- - dependency
- - nuget
- commit-message:
- prefix: chore
- include: scope
-
- # Fetch and update latest `github-actions` pkgs
- - package-ecosystem: github-actions
- directory: /
- schedule:
- interval: monthly
- open-pull-requests-limit: 10
- labels:
- - ci
- - dependency
- - github_actions
- commit-message:
- prefix: ci
- include: scope
diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644
index 0000000..2f561e6
--- /dev/null
+++ b/.github/renovate.json
@@ -0,0 +1,6 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "github>jellyfin/.github//renovate-presets/default"
+ ]
+}
\ No newline at end of file
diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml
deleted file mode 100644
index 3c2e726..0000000
--- a/.github/workflows/bump-version.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: "🆙 Bump Version"
-
-on:
- release:
- types:
- - published
- workflow_dispatch:
-
-jobs:
- call:
- uses: jellyfin/jellyfin-meta-plugins/.github/workflows/bump-version.yaml@master
- with:
- csproj-name: Jellyfin.Plugin.Template
- is-unstable: ${{ github.event.release.prerelease }}
diff --git a/.github/workflows/scan-codeql.yaml b/.github/workflows/scan-codeql.yaml
index ef0fe87..ca8b0b0 100644
--- a/.github/workflows/scan-codeql.yaml
+++ b/.github/workflows/scan-codeql.yaml
@@ -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:
diff --git a/Directory.Build.props b/Directory.Build.props
new file mode 100644
index 0000000..c702921
--- /dev/null
+++ b/Directory.Build.props
@@ -0,0 +1,7 @@
+
+
+ 0.0.0.0
+ 0.0.0.0
+ 0.0.0.0
+
+
diff --git a/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj b/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj
index 3933e18..408ef40 100644
--- a/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj
+++ b/Jellyfin.Plugin.Template/Jellyfin.Plugin.Template.csproj
@@ -3,8 +3,6 @@
net6.0
Jellyfin.Plugin.Template
- 1.0.0.0
- 1.0.0.0
true
true
enable
@@ -15,6 +13,9 @@
+
+
+