Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically bump version dependencies #422

Open
erfanium opened this issue Feb 4, 2025 · 0 comments
Open

Automatically bump version dependencies #422

erfanium opened this issue Feb 4, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@erfanium
Copy link
Member

erfanium commented Feb 4, 2025

A suggestion from @williamhorning

on:
  schedule:
   - cron: "0 23 * * *"

jobs:
  check_dependencies:
     runs-on: ubuntu-latest
     steps:
      - uses: actions/checkout@v3
      - uses: denoland/setup-deno@v2
        with:
          deno-version: v2.x
      - run: deno outdated > /tmp/deno_log
      - run: deno outdated --update
      - uses: peter-evans/create-pull-request@v7
        with:
          branch: bump-version
          title: 'chore: bump version'
          body-path: /tmp/deno_log
@erfanium erfanium added help wanted Extra attention is needed good first issue Good for newcomers enhancement New feature or request labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant