Skip to content

Commit

Permalink
chore: Repository maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
eFrane committed Jul 14, 2024
1 parent 0acbacb commit 5a3d134
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ updates:
timezone: Europe/Berlin
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on:
branches:
- main
pull_request:

jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install modules
run: yarn
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 5a3d134

Please sign in to comment.