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: .