Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmajorfrances-pass committed Jan 20, 2025
1 parent 5bffa89 commit bf17828
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: '/'
open-pull-requests-limit: 2
schedule:
interval: 'daily'
interval: 'weekly'
ignore:
- dependency-name: 'react-native'
- dependency-name: 'react'
Expand All @@ -16,22 +16,22 @@ updates:
directory: '/'
open-pull-requests-limit: 2
schedule:
interval: 'daily'
interval: 'weekly'
commit-message:
prefix: '(BSR) chore(deps):'

- package-ecosystem: 'github-actions'
directory: '.github/workflows'
open-pull-requests-limit: 2
schedule:
interval: 'daily'
interval: 'weekly'
commit-message:
prefix: '(BSR) chore(ci):'

- package-ecosystem: 'npm'
directory: '/server'
open-pull-requests-limit: 2
schedule:
interval: 'daily'
interval: 'weekly'
commit-message:
prefix: '(BSR) chore(deps):'
2 changes: 1 addition & 1 deletion .github/workflows/dev_on_workflow_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
yarn-install:
name: 'Install yarn dependencies'
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Enable Corepack
run: corepack enable
Expand Down

0 comments on commit bf17828

Please sign in to comment.