chore: add Dependabot config and minimal CI build workflow - #44
Merged
Conversation
Groups minor and patch bumps into a single PR; major bumps still come through individually so they get reviewed on their own. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
PR Summary by QodoAdd Dependabot config for weekly NuGet updates
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTo customize comments, go to the Qodo configuration screen, or learn more in the docs. |
Restores and builds in Release on ubuntu-latest against the net9.0 target. No test project exists yet, so this is build-only. Also adds the github-actions ecosystem to the Dependabot config now that there is a workflow for it to keep current. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Adds
.github/dependabot.ymland a minimal.github/workflows/ci.yml.Dependabot
nuget(the singleDaqifi.CorePackageReference inDaqifi.Core.Cli.csproj) andgithub-actions(for the workflow this PR adds).minor-and-patchPR per ecosystem. Major bumps still open individually so they get reviewed on their own.CI
Runs on
pull_requestonly.dotnet restore+dotnet build -c Releaseonubuntu-latest, pinned to the9.0.xSDK to match the project'snet9.0target. There's no test project, so this is build-only for now — it exists mainly so Dependabot's grouped bumps have something to go green against instead of merging with zero signal.Verified before opening:
Daqifi.Coreresolves from public nuget.org (no feed credentials needed in CI), a cleandotnet build -c Releasepasses with 0 warnings / 0 errors, both YAML files parse, and theactions/checkout@v7/actions/setup-dotnet@v6tags resolve.🤖 Generated with Claude Code