Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .copier-answers.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

26 changes: 26 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
Loading