summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--.nvchecker.toml5
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 68de8e8cb451..a2546923db1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*
!.gitignore
-!PKGBUILD
+!.nvchecker.toml
!.SRCINFO
+!PKGBUILD
!powershell.install
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..be71786ee3da
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,5 @@
+[powershell-bin]
+source = "github"
+github = "PowerShell/PowerShell"
+prefix = "v"
+use_latest_release = true