Skip to content

Commit c9e170e

Browse files
authored
Dependabot for v6 branch (#2624)
2 parents 3a11976 + 283aae2 commit c9e170e

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,36 @@ updates:
3131
target-branch: devel
3232
reviewers:
3333
- "pi-hole/web-maintainers"
34+
35+
# As above, but for development-v6
36+
- package-ecosystem: npm
37+
directory: "/"
38+
schedule:
39+
interval: weekly
40+
day: saturday
41+
time: "10:00"
42+
open-pull-requests-limit: 10
43+
target-branch: development-v6
44+
versioning-strategy: increase
45+
reviewers:
46+
- "pi-hole/web-maintainers"
47+
- package-ecosystem: github-actions
48+
directory: "/"
49+
schedule:
50+
interval: weekly
51+
day: saturday
52+
time: "10:00"
53+
open-pull-requests-limit: 10
54+
target-branch: development-v6
55+
reviewers:
56+
- "pi-hole/web-maintainers"
57+
- package-ecosystem: composer
58+
directory: "/"
59+
schedule:
60+
interval: weekly
61+
day: saturday
62+
time: "10:00"
63+
open-pull-requests-limit: 10
64+
target-branch: development-v6
65+
reviewers:
66+
- "pi-hole/web-maintainers"

scripts/pi-hole/php/func.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function checkfile($filename)
113113

114114
// Avoid browser caching old versions of a file, using the last modification time
115115
// Receive the file URL (without "/admin/");
116-
// Return the string containin URL + "?v=xxx", where xxx is the last modified time of the file.
116+
// Return the string containing URL + "?v=xxx", where xxx is the last modified time of the file.
117117
function fileversion($url)
118118
{
119119
$filename = $_SERVER['DOCUMENT_ROOT'].'/admin/'.$url;

0 commit comments

Comments
 (0)