From fc324e517fea07518413467c34f1e57ea9fca342 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Tue, 28 Apr 2026 10:13:20 -0700 Subject: [PATCH 1/2] Enable dependabot for keeping actions/cargo dependencies up to date --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d7a6ddb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + groups: + github-actions: + patterns: + - "*" # Group all Actions updates into a single larger pull request + schedule: + interval: weekly + +updates: + - package-ecosystem: cargo + directory: / + schedule: + interval: weekly From 22adb028b2a6b6e5714bab7a88e3c044b302b79f Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Tue, 28 Apr 2026 10:18:18 -0700 Subject: [PATCH 2/2] master -> main branch --- .github/workflows/create_wheels.yaml | 4 ++-- README.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create_wheels.yaml b/.github/workflows/create_wheels.yaml index e472fbc..065ef65 100644 --- a/.github/workflows/create_wheels.yaml +++ b/.github/workflows/create_wheels.yaml @@ -3,11 +3,11 @@ name: Build on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] tags: - v* pull_request: - branches: [ master ] + branches: [ main ] jobs: build-wheels: diff --git a/README.rst b/README.rst index c7b85e5..158c7f1 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ py-cpp-demangle: Demangles C++ linker symbols ============================================================ -.. image:: https://github.com/benfred/py-cpp-demangle/workflows/Build/badge.svg?branch=master - :target: https://github.com/benfred/py-cpp-demangle/actions?query=branch%3Amaster +.. image:: https://github.com/benfred/py-cpp-demangle/workflows/Build/badge.svg?branch=main + :target: https://github.com/benfred/py-cpp-demangle/actions?query=branch%3Amain A package for demangling C++ linker symbol strings