Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpp-linter/cpp-linter-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.16.3
Choose a base ref
...
head repository: cpp-linter/cpp-linter-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.16.4
Choose a head ref
  • 4 commits
  • 3 files changed
  • 6 contributors

Commits on Sep 15, 2025

  1. chore(deps): reconfigure Dependabot uv ecosystem into groups (#339)

    * Initial plan
    
    * Configure separate Dependabot schedules for action, dev, and docs dependency groups
    
    Co-authored-by: shenxianpeng <[email protected]>
    
    * Fix Dependabot configuration: use correct update-types values and restore pip group name
    
    Co-authored-by: shenxianpeng <[email protected]>
    
    * fix(deps): resolve overlapping uv ecosystem directories in Dependabot config
    
    Co-authored-by: shenxianpeng <[email protected]>
    
    * chore(deps): use daily schedule for all uv groups as requested
    
    Co-authored-by: 2bndy5 <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: shenxianpeng <[email protected]>
    Co-authored-by: 2bndy5 <[email protected]>
    3 people authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    be51b8d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. chore: revise dependabot config about group patterns (#341)

    - removes the wildcard (`*`) in `patterns` values.
    - includes all docs' deps in "docs" group
    2bndy5 authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    9e7fcb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    015a8cd View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2025

  1. chore(deps): bump cpp-linter from 1.11.0 to 1.11.1 in the pip group (#…

    …350)
    
    Bumps the pip group with 1 update: [cpp-linter](https://github.com/cpp-linter/cpp-linter).
    
    
    Updates `cpp-linter` from 1.11.0 to 1.11.1
    - [Release notes](https://github.com/cpp-linter/cpp-linter/releases)
    - [Commits](cpp-linter/cpp-linter@v1.11.0...v1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: cpp-linter
      dependency-version: 1.11.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    7dacd91 View commit details
    Browse the repository at this point in the history
Loading