Skip to content

Commit

Permalink
🔄 synced file(s) with Rakambda/rakambda-github-files (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: undefined <zerderr@gmail.com>
  • Loading branch information
couchoud-t and Rakambda committed Mar 24, 2023
1 parent a031f18 commit 28c03bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Disable while paths can't be ignored as it'd update all 'auto-approve-sync-files.yml', Renovate will handle exclusion
# - package-ecosystem: "github-actions"
# directory: "/"
# schedule:
# interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand All @@ -16,7 +17,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
# Disable for now, it doesn't handle well pnpm
# Disable for now, it doesn't handle well pnpm, Renovate handles it
# - package-ecosystem: "npm"
# directory: "/"
# schedule:
Expand Down
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
],
"labels" : ["type: \uD83D\uDCDA dependencies"],
"enabledManagers": ["dockerfile", "nuget", "npm", "pip_requirements", "github-actions", "gradle-wrapper"],
"dependencyDashboard" : false
"dependencyDashboard" : false,
"excludeCommitPaths": [".github/workflows/auto-approve-sync-files.yml"]
}

0 comments on commit 28c03bc

Please sign in to comment.