Skip to content

Commit f2f1c75

Browse files
authored
dependabot config for github actions (#306)
1 parent 21f719e commit f2f1c75

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/.github/workflows"
5+
schedule:
6+
interval: "monthly"
7+
open-pull-requests-limit: 1
8+
groups:
9+
ci-dependencies:
10+
patterns:
11+
- "*"

.github/workflows/publish_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# comfy --help
5959

6060
- name: Publish distribution to Official PyPI
61-
uses: pypa/gh-action-pypi-publish@release/v1
61+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
6262

6363
test-pip-installation:
6464
name: Test Comfy CLI Installation via pip

0 commit comments

Comments
 (0)