From 968bce6ce656226c47886fdddcb516821cdab196 Mon Sep 17 00:00:00 2001 From: Konstantin S Date: Thu, 31 Aug 2023 17:24:53 +0400 Subject: [PATCH] ci: Updated CI. --- .github/dependabot.yml | 15 +++++++++++++++ .github/workflows/pr.yml | 5 +++-- H.NotifyIcon.sln | 1 - 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b05db38 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "nuget" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + groups: + all: + patterns: + - "*" diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a14c61a..1eb3915 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,14 +1,15 @@ name: Build and test PR on: pull_request: - types: [opened, reopened, edited] + branches: + - master jobs: build-and-test: name: Build and test PR uses: HavenDV/workflows/.github/workflows/dotnet_build-test-publish.yml@main with: - os: windows-2022 + os: windows-latest use-msbuild: true workloads: maui create-release: false diff --git a/H.NotifyIcon.sln b/H.NotifyIcon.sln index 4768460..f83c61b 100644 --- a/H.NotifyIcon.sln +++ b/H.NotifyIcon.sln @@ -16,7 +16,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .github\ISSUE_TEMPLATE\bug-report.yaml = .github\ISSUE_TEMPLATE\bug-report.yaml src\Directory.Build.props = src\Directory.Build.props .github\workflows\dotnet.yml = .github\workflows\dotnet.yml - .github\FUNDING.yml = .github\FUNDING.yml LICENSE.md = LICENSE.md .github\workflows\pr.yml = .github\workflows\pr.yml README.md = README.md