Commit c93d9bf
Add cooldown period to Dependabot update schedules (PaloAltoNetworks#1193)
* Add cooldown period to Dependabot update schedules
Adds a 7-day cooldown to both npm and github-actions ecosystems to
reduce PR noise from rapid successive version bumps.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add .claude/ to .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add workflow to clean up Firebase preview channels on PR close
Automatically deletes the Firebase Hosting preview channel when a PR
is merged or closed, preventing channel quota exhaustion.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Harden cleanup-preview workflow
Add environment gate for WIF secrets and replace npx firebase-tools
with a direct REST API call to eliminate npm supply chain surface.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9ecb7d2 commit c93d9bf
3 files changed
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments