Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align files #43

Merged
merged 1 commit into from
Aug 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
architect: giantswarm/architect@2.11.0
architect: giantswarm/architect@4.1.0

workflows:
version: 2
Expand Down
36 changes: 0 additions & 36 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/zz_generated.create_release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@4.6.1
# devctl@4.9.2
#
name: Create Release
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zz_generated.create_release_pr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@4.6.1
# devctl@4.9.2
#
name: Create Release PR
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zz_generated.gitleaks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@4.6.1
# devctl@4.9.2
#
name: gitleaks

Expand Down
3 changes: 0 additions & 3 deletions .nancy-ignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Affects all versions of archiver which is required by vault.
# Taken from: https://github.com/giantswarm/opsctl/pull/1072/files#diff-bbe4a7fb12c43622bce7c6840c770e9995be614626a219942ca138403629cb69R1
CVE-2019-10743 until=2021-10-17

# [CVE-2020-26160] jwt-go before 4.0.0-preview1 allows attackers to bypass intended access restrict...
CVE-2020-26160 until=2021-07-01
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@4.6.1
# devctl@4.9.2
#

include Makefile.*.mk
Expand Down
2 changes: 1 addition & 1 deletion Makefile.gen.app.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@4.6.1
# devctl@4.9.2
#

##@ App
Expand Down
2 changes: 1 addition & 1 deletion Makefile.gen.go.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT EDIT. Generated with:
#
# devctl@4.6.1
# devctl@4.9.2
#

APPLICATION := $(shell go list -m | cut -d '/' -f 3)
Expand Down
39 changes: 39 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"extends": [
"config:base",
":reviewer(team:giantswarm/team-firecracker-engineers)"
],
"packageRules": [
{
"matchPackagePatterns": [".*giantswarm.*"],
"groupName": "giantswarm modules"
},
{
"matchPackagePatterns": ["^k8s.io", "^sigs.k8s.io"],
"groupName": "k8s modules"
},
{
"excludePackagePatterns": [".*giantswarm.*" ,"^k8s.io", "^sigs.k8s.io"],
"groupName": "etc modules"
},
{
"matchPackagePatterns": ["^k8s.io"],
"allowedVersions": "< 0.21.0"
},
{
"matchPackageNames": ["sigs.k8s.io/controller-runtime"],
"allowedVersions": "< 0.7.0"
}
],
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
"dependencyDashboard": true,
"ignorePaths": [
".github/workflows/zz_generated.*",
".github/workflows/codeql-analysis.yml"
],
"ignoreDeps": [
"architect",
"zricethezav/gitleaks-action"
],
"schedule": [ "after 9am on thursday" ]
}