Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
localgod committed Sep 7, 2023
1 parent 6d0dbfb commit 14036b3
Show file tree
Hide file tree
Showing 7 changed files with 2,176 additions and 2,162 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
time: '00:00'
open-pull-requests-limit: 10
reviewers:
- localgod
assignees:
- localgod
commit-message:
prefix: fix
prefix-development: chore
include: scope
# Fetch and update latest `github-actions` pkgs
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
time: '00:00'
open-pull-requests-limit: 10
reviewers:
- localgod
assignees:
- localgod
commit-message:
prefix: fix
prefix-development: chore
include: scope
8 changes: 8 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
template: |
## What’s Changed
$CHANGES
categories:
- title: '📦 Dependencies'
label: 'dependencies'
22 changes: 22 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: 🚀 Release Drafter
run-name: 🚀 Release Drafter
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read

jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 5 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ github:
gitConfig:
alias.st: status
tasks:
- name: Setup fnm (Fast node manager)
before: curl -fsSL https://fnm.vercel.app/install | bash
init: |
source /home/gitpod/.bashrc
fnm install --latest
- name: Global dependencies
before: ./setup.sh
- name: Setup slides
Expand Down
Loading

0 comments on commit 14036b3

Please sign in to comment.