Skip to content

Commit

Permalink
Merge pull request #19 from sirosen/remove-dependabot-canary
Browse files Browse the repository at this point in the history
Remove the 'dependabot canary' workflow
  • Loading branch information
sirosen authored Jan 17, 2025
2 parents 181d9cd + b9a7d1a commit f9b6b74
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 123 deletions.
13 changes: 0 additions & 13 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,3 @@ updates:
github-actions:
patterns:
- "*"

# The canary exists to trigger auto-updates to the repo
# when a new version of the project is released.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
github-actions:
patterns:
- "*/canary.yaml"
commit-message:
prefix: "docs"
18 changes: 0 additions & 18 deletions .github/workflows/canary.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,3 @@ repos:
- id: check-sdist
args: [--inject-junk]
additional_dependencies: ["flit-core"]
- repo: "local"
hooks:
# When Dependabot submits a PR to update a workflow,
# update the project version listed above in this config
#
# it must run after other updates
- id: "canary"
name: "Synchronize pre-commit-config repo version"
language: "python"
entry: "python scripts/sync-precommit-config-version.py"
files: ".github/workflows/canary.yaml"
pass_filenames: false
80 changes: 0 additions & 80 deletions scripts/sync-precommit-config-version.py

This file was deleted.

0 comments on commit f9b6b74

Please sign in to comment.