From 8cee7d7fd95954ce3c6403be8077aaf55158076c Mon Sep 17 00:00:00 2001 From: bigcat88 Date: Wed, 6 Aug 2025 13:37:37 +0300 Subject: [PATCH] add dependabot config for github actions --- .github/dependabot.yml | 11 +++++++++++ .github/workflows/publish_package.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..42f5e7a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/.github/workflows" + schedule: + interval: "monthly" + open-pull-requests-limit: 1 + groups: + ci-dependencies: + patterns: + - "*" diff --git a/.github/workflows/publish_package.yml b/.github/workflows/publish_package.yml index a85c587..28649b3 100644 --- a/.github/workflows/publish_package.yml +++ b/.github/workflows/publish_package.yml @@ -58,7 +58,7 @@ jobs: # comfy --help - name: Publish distribution to Official PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 test-pip-installation: name: Test Comfy CLI Installation via pip