From b565ce4f5d5b48d1e7ee417efddfe01c0fd68c88 Mon Sep 17 00:00:00 2001 From: Maroon502 Date: Fri, 27 Oct 2023 23:59:35 +0800 Subject: [PATCH] chore: Update CI --- .github/dependabot.yml | 10 ++++++++++ .github/workflows/release-plz.yml | 6 +++--- 2 files changed, 13 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..ec64244 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "cargo" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "monthly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 63bcec0..48ba7fe 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -5,9 +5,9 @@ permissions: contents: write on: - push: - branches: - - master + workflow_dispatch: + # repository_dispatch: + # types: [publish] jobs: release-plz: