Skip to content

Commit

Permalink
Merge pull request #196 from Niurmiguel/development
Browse files Browse the repository at this point in the history
[OPS] update interval and ignore eslint
  • Loading branch information
Niurmiguel authored Apr 19, 2024
2 parents b46f9a3 + 654f084 commit a141cfb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
interval: monthly
open-pull-requests-limit: 10
target-branch: "development"
ignore:
- dependency-name: "*eslint*"
labels:
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: monthly
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: |
if [ -e yarn.lock ]; then
Expand Down

0 comments on commit a141cfb

Please sign in to comment.