From e92d34299927b64da290cccbb2928d9ea40b6205 Mon Sep 17 00:00:00 2001 From: "python-templates-copier-update[bot]" Date: Tue, 1 Sep 2026 16:39:22 +0000 Subject: [PATCH] Update from Copier (2026-09-01T16-39-16Z) Signed-off-by: python-templates-copier-update[bot] --- .copier-answers.yaml | 3 ++- .github/dependabot.yaml | 26 ++++++++++++++++++++++++++ .github/workflows/build.yaml | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yaml diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 79f8887..4578d44 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 7522e24 +_commit: dcfbd4b _src_path: https://github.com/python-project-templates/base.git add_extension: uitk-svelte brand_name: Example @@ -8,3 +8,4 @@ github: python-project-templates package_name: '@python-project-templates/uitk-svelte' project_description: Shared brand identity, design tokens, and reusable Svelte components. project_name: javascript-template-uitk-svelte + diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..006a82d --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,26 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'monthly' + groups: + github-actions: + patterns: + - '*' + labels: + - 'part: github_actions' + + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'monthly' + cooldown: + default-days: 7 + groups: + javascript: + patterns: + - '*' + labels: + - 'lang: javascript' + - 'part: dependencies' diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 52b282f..f5474de 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions-ext/node/setup@b0536d87c5e92c924bc8667f566f620758280825 + uses: actions-ext/node/setup@34d0fdbdca883e4d0a2da0bcd0fa460fd40b80e7 with: version: 22.x js_folder: .