Skip to content

Commit

Permalink
Update dependabot action (#2985)
Browse files Browse the repository at this point in the history
Supersedes #2984 
and tell dependabot to base its PRs against develop
  • Loading branch information
rejas authored Jan 2, 2023
1 parent c99f660 commit 4fc38bd
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 34 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ updates:
directory: "/"
schedule:
interval: "weekly"
target-branch: "develop"
4 changes: 2 additions & 2 deletions .github/workflows/depsreview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
- name: "Checkout code"
uses: actions/checkout@v3
- name: "Dependency Review"
uses: actions/dependency-review-action@v2
uses: actions/dependency-review-action@v3
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ _This release is scheduled to be released on 2023-04-01._

### Updated

- Use develop as target branch for dependabot

### Fixed

## [2.22.0] - 2023-01-01
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"homepage": "https://magicmirror.builders",
"devDependencies": {
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.1.7",
"eslint-plugin-jest": "^27.2.0",
"eslint-plugin-jsdoc": "^39.6.4",
"eslint-plugin-prettier": "^4.2.1",
"express-basic-auth": "^1.2.1",
Expand All @@ -62,7 +62,7 @@
"prettier": "^2.8.1",
"pretty-quick": "^3.1.3",
"sinon": "^15.0.1",
"stylelint": "^14.16.0",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"stylelint-prettier": "^2.0.0",
Expand All @@ -75,7 +75,7 @@
"colors": "^1.4.0",
"console-stamp": "^3.1.0",
"digest-fetch": "^2.0.1",
"eslint": "^8.30.0",
"eslint": "^8.31.0",
"express": "^4.18.2",
"express-ipfilter": "^1.3.1",
"feedme": "^2.0.2",
Expand Down

0 comments on commit 4fc38bd

Please sign in to comment.