Skip to content

Commit 7c7f00f

Browse files
authored
Ignore unapproved actions/setup-python versions in Dependabot (#70)
actions/setup-python v6.3.0 is not on the CrowdStrike org's GitHub Actions allowlist, so Dependabot PRs for it can't run CI (no checks fire). Add an ignore rule matching the pattern already used for actions/checkout and actions/setup-node.
1 parent ae1f81f commit 7c7f00f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ updates:
1212
versions: [">=6.0.3"]
1313
- dependency-name: "actions/setup-node"
1414
versions: [">=6.3.0"]
15+
- dependency-name: "actions/setup-python"
16+
versions: [">=6.3.0"]

0 commit comments

Comments
 (0)