feat: add Dependabot configuration for pip and GitHub Actions#1622
Merged
mnriem merged 1 commit intogithub:mainfrom Feb 18, 2026
Merged
feat: add Dependabot configuration for pip and GitHub Actions#1622mnriem merged 1 commit intogithub:mainfrom
mnriem merged 1 commit intogithub:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a Dependabot configuration to enable automated dependency update PRs for the repository’s Python dependencies and GitHub Actions workflows.
Changes:
- Added
.github/dependabot.ymlwith weekly checks for thepipecosystem at/ - Added
.github/dependabot.ymlwith weekly checks for thegithub-actionsecosystem at/
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mjunaidca
pushed a commit
to panaversity/spec-kit-plus
that referenced
this pull request
Feb 19, 2026
….0.98) Key upstream changes absorbed: - Modular extension system (PR github#1551): plugin architecture with YAML manifests, extension catalog, hook system, CLI management commands - Constitution preservation on reinit (PR github#1553): template moved to templates/constitution-template.md, user customizations preserved - .specify.specify path bug fix (PR github#1588): double-nesting resolved - Google Anti Gravity agent support (PR github#1220): new agy agent in release - Stale workflow (PR github#1594): auto-close inactive issues after 180 days - Dependabot config (PR github#1622): automated pip and Actions updates - Markdownlint fixes (PR github#1571), plan template typo (PR github#1446) - README maintainers section removed (PR github#1618) Conflict resolutions: - pyproject.toml: kept our version (0.0.20.post1) over upstream 0.1.0 - plan-template.md: kept /sp.plan prefix over upstream /speckit.plan - create-release-packages.sh: merged agy agent + kept our generate_agent_rules; updated constitutionplus/command-rules paths from memory/ to templates/ to match upstream rename - README.md: kept our SpecifyPlus content, dropped upstream maintainers section (already removed upstream), preserved contributing section - templates/command-rules.md, templates/constitutionplus.md: accepted memory/ → templates/ relocation matching upstream convention Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 tasks
nsalvacao
pushed a commit
to nsalvacao/spec-kit
that referenced
this pull request
Feb 25, 2026
…github#1622) (cherry picked from commit 686c91f)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
.github/dependabot.ymlto enable automated dependency update monitoring.Changes
Motivation
Eight runtime dependencies plus GitHub Actions versions had no automated security or compatibility monitoring. Dependabot will now open PRs for version updates and security patches automatically.