diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 3f1083a..691e635 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Create a report to help us improve -labels: [ "bug" ] +labels: [ "type: bug" ] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 6dac200..e840cf6 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ name: Feature Request description: Create a request for a feature you would like -labels: [ "type: enhancement" ] +labels: [ "type: feature" ] body: - type: textarea id: background diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd32dff..77a6b9e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,7 +13,8 @@ updates: # Allow both direct and indirect updates for all packages - dependency-type: "all" labels: - - "type: dependencies" + - "type: change" + - "area: build/ci" - package-ecosystem: "nuget" # See documentation for possible values directory: "/" # Location of package manifests @@ -23,4 +24,5 @@ updates: # Allow both direct and indirect updates for all packages - dependency-type: "all" labels: - - "type: dependencies" + - "type: change" + - "area: build/ci"