We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a767ca4 commit fc10d20Copy full SHA for fc10d20
1 file changed
.github/dependabot.yml
@@ -5,6 +5,8 @@ updates:
5
- "/elt-common"
6
schedule:
7
interval: "weekly"
8
+ ignore:
9
+ - dependency-name: "s3fs" # https://github.com/ISISNeutronMuon/analytics-data-platform/issues/237
10
groups:
11
elt-common-dependencies:
12
applies-to: version-updates
@@ -37,14 +39,14 @@ updates:
37
39
- "/infra/ansible"
38
40
41
42
43
+ - dependency-name: "passlib" # https://github.com/ISISNeutronMuon/analytics-data-platform/issues/313
44
+ - dependency-name: "bcrypt"
45
46
ansible-dependencies:
47
48
patterns:
49
- "*"
- exclude-patterns:
- - "passlib"
- - "bcrypt"
50
commit-message:
51
prefix: "chore(deps): "
52
cooldown:
0 commit comments