Skip to content

chore(deps): bump ahmadnassri/action-template-repository-sync from 2.6.6 to 2.6.10 in the patch group across 1 directory#174

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/patch-7e8bb5f4ae
Open

chore(deps): bump ahmadnassri/action-template-repository-sync from 2.6.6 to 2.6.10 in the patch group across 1 directory#174
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/patch-7e8bb5f4ae

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 10, 2025

Bumps the patch group with 1 update in the / directory: ahmadnassri/action-template-repository-sync.

Updates ahmadnassri/action-template-repository-sync from 2.6.6 to 2.6.10

Release notes

Sourced from ahmadnassri/action-template-repository-sync's releases.

v2.6.10

2.6.10 (2025-12-01)

Build

  • deps: bump yaml from 2.8.1 to 2.8.2 (62dbccc)

v2.6.9

2.6.9 (2025-08-05)

Build

  • deps: bump yaml from 2.8.0 to 2.8.1 (33fd7d4)

v2.6.8

2.6.8 (2025-05-15)

Build

  • deps: bump undici from 5.28.5 to 5.29.0 (668c195)
  • deps: bump yaml from 2.7.1 to 2.8.0 (f08807d)

v2.6.7

2.6.7 (2025-03-31)

Build

  • deps: bump @​octokit/plugin-paginate-rest from 9.2.1 to 9.2.2 (a297a26)
  • deps: bump yaml from 2.7.0 to 2.7.1 (f984da1)
Commits
  • 3dbe8f7 build(release): compile new build 2.6.10 [skip ci]
  • 62dbccc build(deps): bump yaml from 2.8.1 to 2.8.2
  • ceaf4d8 chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2
  • e7a6073 build(release): compile new build 2.6.9 [skip ci]
  • 33fd7d4 build(deps): bump yaml from 2.8.0 to 2.8.1
  • 2d2578d build(release): compile new build 2.6.8 [skip ci]
  • 668c195 build(deps): bump undici from 5.28.5 to 5.29.0
  • f08807d build(deps): bump yaml from 2.7.1 to 2.8.0
  • d693ed1 build(release): compile new build 2.6.7 [skip ci]
  • a297a26 build(deps): bump @​octokit/plugin-paginate-rest from 9.2.1 to 9.2.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch group with 1 update in the / directory: [ahmadnassri/action-template-repository-sync](https://github.com/ahmadnassri/action-template-repository-sync).


Updates `ahmadnassri/action-template-repository-sync` from 2.6.6 to 2.6.10
- [Release notes](https://github.com/ahmadnassri/action-template-repository-sync/releases)
- [Commits](ahmadnassri/action-template-repository-sync@v2.6.6...v2.6.10)

---
updated-dependencies:
- dependency-name: ahmadnassri/action-template-repository-sync
  dependency-version: 2.6.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 10, 2025
@hutchic hutchic enabled auto-merge (squash) December 10, 2025 03:06
@hutchic
Copy link
Copy Markdown
Collaborator

hutchic commented Dec 10, 2025

Template Repository Sync Report

Found 6 files to update in 2 repositories

kong-phone-home-logging

.github/workflows/automerge.yml
--- .github/workflows/automerge.yml
+++ .github/workflows/automerge.yml
@@ -15,9 +15,9 @@
     if: ${{ github.actor == 'dependabot[bot]' }}
     steps:
     - name: Gather Dependabot metadata
       id: metadata
-      uses: dependabot/fetch-metadata@v2.4.0
+      uses: dependabot/fetch-metadata@v2.3.0
       with:
         github-token: ${{ secrets.GITHUB_TOKEN }}
     - name: Approve PR
       run: gh pr review --approve "$PR_URL"
.github/workflows/autoupdate.yml
--- .github/workflows/autoupdate.yml
+++ .github/workflows/autoupdate.yml
@@ -11,9 +11,9 @@
   autoupdate:
     runs-on: ubuntu-latest
     steps:
       - name: Automatically update PR
-        uses: adRise/update-pr-branch@v0.10.1
+        uses: adRise/update-pr-branch@v0.9.1
         with:
           token: ${{ secrets.AUTO_MERGE_TOKEN }}
           base: 'main'
           required_approval_count: 0
.github/workflows/labeller.yml
--- .github/workflows/labeller.yml
+++ .github/workflows/labeller.yml
@@ -7,9 +7,9 @@
   label:
     name: auto label
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/labeler@v6
+    - uses: actions/labeler@v5
       continue-on-error: true
       with:
         repo-token: ${{ secrets.AUTO_MERGE_TOKEN }}
     - uses: TimonVS/pr-labeler-action@v5.0.0

homelab

.github/workflows/automerge.yml
--- .github/workflows/automerge.yml
+++ .github/workflows/automerge.yml
@@ -15,9 +15,9 @@
     if: ${{ github.actor == 'dependabot[bot]' }}
     steps:
     - name: Gather Dependabot metadata
       id: metadata
-      uses: dependabot/fetch-metadata@v2.4.0
+      uses: dependabot/fetch-metadata@v2.3.0
       with:
         github-token: ${{ secrets.GITHUB_TOKEN }}
     - name: Approve PR
       run: gh pr review --approve "$PR_URL"
.github/workflows/autoupdate.yml
--- .github/workflows/autoupdate.yml
+++ .github/workflows/autoupdate.yml
@@ -11,9 +11,9 @@
   autoupdate:
     runs-on: ubuntu-latest
     steps:
       - name: Automatically update PR
-        uses: adRise/update-pr-branch@v0.10.1
+        uses: adRise/update-pr-branch@v0.9.1
         with:
           token: ${{ secrets.AUTO_MERGE_TOKEN }}
           base: 'main'
           required_approval_count: 0
.github/workflows/labeller.yml
--- .github/workflows/labeller.yml
+++ .github/workflows/labeller.yml
@@ -7,9 +7,9 @@
   label:
     name: auto label
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/labeler@v6
+    - uses: actions/labeler@v5
       continue-on-error: true
       with:
         repo-token: ${{ secrets.AUTO_MERGE_TOKEN }}
     - uses: TimonVS/pr-labeler-action@v5.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant