Skip to content

Commit

Permalink
Web updates on dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Feb 22, 2024
1 parent ac8817d commit 1b4d2da
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ updates:
schedule:
interval: 'monthly'
open-pull-requests-limit: 20

# app dependencies are grouped and should be manually updated in the index.html importmap
- package-ecosystem: 'npm'
directory: 'dashgit-web/app/'
groups:
web-manual-updates:
patterns:
- "*"
schedule:
interval: 'monthly'
open-pull-requests-limit: 20

- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion dashgit-web/app/GitLabApi.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Gitlab } from 'gitbreaker/rest' //https://www.npmjs.com/package/@gitbeaker/rest
import { Gitlab } from 'gitbeaker/rest' //https://www.npmjs.com/package/@gitbeaker/rest
import { gitLabAdapter } from "./GitLabAdapter.js"
import { wiController } from "./WiController.js"
import { config } from "./Config.js"
Expand Down
2 changes: 1 addition & 1 deletion dashgit-web/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"imports": {
"octokit/rest" : "https://esm.sh/@octokit/[email protected]",
"octokit/graphql" : "https://esm.sh/@octokit/[email protected]",
"gitbreaker/rest": "https://esm.sh/@gitbeaker/rest@39.33.0"
"gitbeaker/rest": "https://esm.sh/@gitbeaker/rest@39.34.3"
}
}
</script>
Expand Down
9 changes: 8 additions & 1 deletion dashgit-web/app/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"type": "module"
"type": "module",
"dependencies": {
"@octokit/rest": "20.0.2",

"@octokit/graphql": "7.0.2",

"@gitbeaker/rest": "39.34.3"
}
}
2 changes: 2 additions & 0 deletions dashgit-web/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
},
"dependencies": {
"mocha": "10.3.0",

"chai": "5.1.0",

"mochawesome": "7.1.3"
}
}

0 comments on commit 1b4d2da

Please sign in to comment.