Skip to content

Commit

Permalink
ci: Updated CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Aug 31, 2023
1 parent 9e37294 commit 968bce6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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:
- "*"
5 changes: 3 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion H.NotifyIcon.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 968bce6

Please sign in to comment.