Skip to content

Commit 6d5bd95

Browse files
authored
Merge pull request #174 from jenkinsci/bs5
Update CSS files for Bootstrap 5
2 parents ea06491 + e1e526c commit 6d5bd95

File tree

11 files changed

+166
-2751
lines changed

11 files changed

+166
-2751
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,16 @@ updates:
3030
- dependency-name: org.webjars:popper.js
3131
versions:
3232
- ">= 2.0.0"
33+
- dependency-name: org.webjars:bootstrap
34+
versions:
35+
- ">= 5.0.0"
3336

3437
- package-ecosystem: "github-actions"
3538
directory: "/"
3639
schedule:
3740
interval: "daily"
41+
42+
- package-ecosystem: "npm"
43+
directory: "/"
44+
schedule:
45+
interval: "daily"

0 commit comments

Comments
 (0)